From 7854d3371e32064d355e97246252a9e1215448cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Fri, 9 Oct 2020 07:29:00 +0200 Subject: [PATCH] wip tests test.YML2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a00e092..042c970 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,4 +17,4 @@ jobs: run: docker build . -t prosody - name: run tests - run: cd ./tests/ && ./test.zsh + run: cd ./tests/ && bash ./test.zsh