소스 검색

cypressRun

jamesread 4 년 전
부모
커밋
b72e351c69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 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