From 6e51fa24353c50a097d46f18262b71ca70f7a800 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 19 Feb 2024 10:52:45 +0100 Subject: [PATCH] fix: Try fixing cypress by partially reverting Signed-off-by: Joas Schilling --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 383c899e2..4c4bf059c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -75,7 +75,7 @@ jobs: matrix: # Run multiple copies of the current job in parallel # Please increase the number or runners as your tests suite grows - containers: ["component", 1, 2, 3] + containers: [1, 2] name: runner ${{ matrix.containers }} @@ -96,7 +96,7 @@ jobs: run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}" - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1 + uses: cypress-io/github-action@db1693016f23ccf9043f4b2428f9b04e5d502a73 # v5.8.1 with: record: ${{ secrets.CYPRESS_RECORD_KEY && true }} parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}