mirror of https://github.com/vector-im/riot-web
Use command prefix (#11843)
parent
a3190cb53e
commit
03b01b4a50
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue