mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Merge pull request #11523 from matrix-org/Johennes-patch-1
This commit is contained in:
commit
406656b1f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
|
@ -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 }}]*/**
|
||||
|
|
Loading…
Reference in a new issue