diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 0a9c280056e4af6e7ccff1e212d770c0ee3f0599..2892b62ae0f7fbad8845ea1e8847e6c2cc021f37 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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: