Use command prefix (#11843)
This commit is contained in:
parent
a3190cb53e
commit
03b01b4a50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yaml
vendored
2
.github/workflows/cypress.yaml
vendored
|
@ -162,7 +162,7 @@ jobs:
|
|||
wait-on: "http://localhost:8080"
|
||||
record: true
|
||||
parallel: false
|
||||
command: "yarn percy exec --parallel --"
|
||||
command-prefix: "yarn percy exec --parallel --"
|
||||
ci-build-id: ${{ needs.prepare.outputs.uuid }}-${{ matrix.crypto }}
|
||||
spec: cypress/e2e/[${{ matrix.segment }}]*/**
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue