Re-add --parallel flag for Percy

pull/28788/head^2
Johannes Marbach 2023-09-04 14:29:23 +02:00 committed by GitHub
parent 1498c51b7b
commit 3f21b9a61c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ jobs:
wait-on: "http://localhost:8080"
record: true
parallel: false
command-prefix: "yarn percy exec --"
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 }}
spec: cypress/e2e/[${{ matrix.segment }}]*/**