Browse Source

Consolidated configs

jamesread 4 năm trước cách đây
mục cha
commit
08f32627fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      integration-tests/cypressRun.sh

+ 1 - 1
integration-tests/cypressRun.sh

@@ -4,7 +4,7 @@ set -o xtrace
 
 echo "Running config $1"
 
-cp -f ../configs/config.$1.yaml ./config/config.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