Use command prefix (#11843)
This commit is contained in:
@@ -162,7 +162,7 @@ jobs:
|
|||||||
wait-on: "http://localhost:8080"
|
wait-on: "http://localhost:8080"
|
||||||
record: true
|
record: true
|
||||||
parallel: false
|
parallel: false
|
||||||
command: "yarn percy exec --parallel --"
|
command-prefix: "yarn percy exec --parallel --"
|
||||||
ci-build-id: ${{ needs.prepare.outputs.uuid }}-${{ matrix.crypto }}
|
ci-build-id: ${{ needs.prepare.outputs.uuid }}-${{ matrix.crypto }}
|
||||||
spec: cypress/e2e/[${{ matrix.segment }}]*/**
|
spec: cypress/e2e/[${{ matrix.segment }}]*/**
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user