From b72e351c694be5827929073e0a629f72449fd2a1 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 18 Oct 2021 08:48:58 +0100 Subject: [PATCH] cypressRun --- integration-tests/cypressRun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/cypressRun.sh b/integration-tests/cypressRun.sh index 2681f11..6c07b60 100755 --- a/integration-tests/cypressRun.sh +++ b/integration-tests/cypressRun.sh @@ -4,7 +4,7 @@ set -o xtrace echo "Running config $1" -cp -f config/config{.$1,}.yaml +cp -f ../configs/config.{$1}.yaml ./config/config.yaml docker start olivetin NO_COLOR=1 ./node_modules/.bin/cypress run --headless -s cypress/integration/$1/* || true docker kill olivetin