File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183183 - run : cd ../dashboard && npm i
184184 - run : cd ../dashboard && ./scripts/prepare_env.sh --profile $(cat ~/envs/cypress.env.json | jq -r '.PROFILE_NAME') --env $(cat ~/envs/cypress.env.json | jq -r '.ENV')
185185 - run : cd ../integration-tests/src/e2e-test && npm i
186- - run : (cd ../dashboard && npm run start:ci) & (cd ~ /integration-testing && ./src/e2e-test/node_modules/.bin/wait-on http://127.0.0.1:3000 && npm run cypress:run)
186+ - run : (cd ../dashboard && npm run start:ci) & (cd .. /integration-testing && ./src/e2e-test/node_modules/.bin/wait-on http://127.0.0.1:3000 && npm run cypress:run)
187187 - store_artifacts :
188188 path : ~/integration-tests/src/e2e-test/cypress/videos
189189 - store_artifacts :
You can’t perform that action at this time.
0 commit comments