Skip to content

Commit f882ec1

Browse files
authored
e2e fix [skip ci]
1 parent d915345 commit f882ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)