Skip to content

Commit

Permalink
make circleci run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Sep 20, 2023
1 parent 3cdb653 commit 85c5f30
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 @@ -373,7 +373,7 @@ workflows:
install-browsers: true
cypress-command:
'npx wait-on@latest http://localhost:3000 && cd platform/app && npx cypress run
--record --browser chrome'
--record --browser chrome --parallel'
package-manager: 'yarn'
cypress-cache-key: 'yarn-packages-{{ checksum "yarn.lock" }}'
cypress-cache-path: '~/.cache/Cypress'
Expand Down

0 comments on commit 85c5f30

Please sign in to comment.