Remove parallel from Cypress command to avoid talking to Cypress Cloud
parent
5b22f6910f
commit
1498c51b7b
|
@ -172,8 +172,8 @@ jobs:
|
||||||
start: npx serve -p 8080 -L ../webapp
|
start: npx serve -p 8080 -L ../webapp
|
||||||
wait-on: "http://localhost:8080"
|
wait-on: "http://localhost:8080"
|
||||||
record: true
|
record: true
|
||||||
parallel: true
|
parallel: false
|
||||||
command-prefix: "yarn percy exec --parallel --"
|
command-prefix: "yarn percy exec --"
|
||||||
config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }'
|
config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }'
|
||||||
ci-build-id: ${{ needs.prepare.outputs.uuid }}
|
ci-build-id: ${{ needs.prepare.outputs.uuid }}
|
||||||
spec: cypress/e2e/[${{ matrix.segment }}]*/**
|
spec: cypress/e2e/[${{ matrix.segment }}]*/**
|
||||||
|
|
Loading…
Reference in New Issue