Merge pull request #11523 from matrix-org/Johennes-patch-1

This commit is contained in:
Johannes Marbach 2023-09-04 14:32:56 +02:00 committed by GitHub
commit 406656b1f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@ jobs:
wait-on: "http://localhost:8080" wait-on: "http://localhost:8080"
record: true record: true
parallel: false 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" } }' 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 }}]*/**