From b27ce3add35e3343450b59235f3e2791c7b5267a 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:36:16 +0200 Subject: [PATCH] wip tests test.YML3 --- .github/workflows/test.yml | 2 +- tests/{test.zsh => test.bash} | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename tests/{test.zsh => test.bash} (98%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 042c970..57d15b2 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/ && bash ./test.zsh + run: cd ./tests/ && ./test.bash diff --git a/tests/test.zsh b/tests/test.bash similarity index 98% rename from tests/test.zsh rename to tests/test.bash index 8aa6cc2..a385baf 100755 --- a/tests/test.zsh +++ b/tests/test.bash @@ -1,4 +1,6 @@ -#!/bin/zsh +#!/bin/bash + +set -e # generate certs for testing