Skip to content

Commit

Permalink
make e2e work again 23
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Sep 20, 2023
1 parent 656582c commit 71c0bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ workflows:

- cypress/run:
name: 'E2E: PWA'
start-command: yarn test:data && yarn run test:e2e:serve
start-command: yarn run test:data && yarn run test:e2e:serve
install-browsers: true
cypress-command:
'npx wait-on@latest http://localhost:3000 && npx cypress run --browser chrome'
Expand Down

0 comments on commit 71c0bd0

Please sign in to comment.