From 4580403dbe53a1f5779e651c26d98cbb706eba3f Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Fri, 1 Sep 2023 15:18:35 +0100 Subject: [PATCH] WIP: prevent parallel Cypress --- .github/workflows/cypress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 8659b399d9f..55396240ad9 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -173,7 +173,7 @@ jobs: start: npx serve -p 8080 -L ../webapp wait-on: "http://localhost:8080" record: true - parallel: true + parallel: false command-prefix: "yarn percy exec --parallel --" config: '{"reporter":"cypress-multi-reporters", "reporterOptions": { "configFile": "cypress-ci-reporter-config.json" } }' ci-build-id: ${{ needs.prepare.outputs.uuid }}