From 1498c51b7b55162287de140cf13415275a87f3c7 Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Mon, 4 Sep 2023 12:40:44 +0100 Subject: [PATCH] Remove parallel from Cypress command to avoid talking to Cypress Cloud --- .github/workflows/cypress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 843f618f30..13a7a93457 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -172,8 +172,8 @@ jobs: start: npx serve -p 8080 -L ../webapp wait-on: "http://localhost:8080" record: true - parallel: true - command-prefix: "yarn percy exec --parallel --" + parallel: false + command-prefix: "yarn percy exec --" config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }' ci-build-id: ${{ needs.prepare.outputs.uuid }} spec: cypress/e2e/[${{ matrix.segment }}]*/**