Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Use command prefix (#11843)
Browse files Browse the repository at this point in the history
  • Loading branch information
MidhunSureshR authored Nov 9, 2023
1 parent a3190cb commit 03b01b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03b01b4

Please sign in to comment.