diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 20645118a8..1a6c85acf2 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -173,8 +173,7 @@ jobs: wait-on: "http://localhost:8080" record: true parallel: true - command-prefix: "yarn percy exec --parallel --" - command: "npx cypress-cloud run" + command: "yarn percy exec --parallel -- npx cypress-cloud run" config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }' ci-build-id: ${{ needs.prepare.outputs.uuid }} env: