Skip to content

Commit

Permalink
WIP: prevent parallel Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Sep 1, 2023
1 parent 8926dd5 commit 4580403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
start: npx serve -p 8080 -L ../webapp
wait-on: "http://localhost:8080"
record: true
parallel: true
parallel: false
command-prefix: "yarn percy exec --parallel --"
config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }'
ci-build-id: ${{ needs.prepare.outputs.uuid }}
Expand Down

0 comments on commit 4580403

Please sign in to comment.