Skip to content

Commit cef3d7b

Browse files
committed
Run tests sequentially
1 parent 94c1210 commit cef3d7b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cypress.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ on: push
55
jobs:
66
cypress-run:
77
runs-on: ubuntu-22.04
8-
# Runs tests in parallel with matrix strategy https://docs.cypress.io/guides/guides/parallelization
9-
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
10-
# Also see warning here https://github.com/cypress-io/github-action#parallel
11-
strategy:
12-
fail-fast: false # https://github.com/cypress-io/github-action/issues/48
13-
matrix:
14-
containers: [1, 2] # Uses 2 parallel instances
158
container:
169
image: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
1710
options: --user 1001
@@ -66,7 +59,6 @@ jobs:
6659
env: env=ci
6760
browser: chrome
6861
record: true
69-
parallel: true # Runs test in parallel using settings above
7062
env:
7163
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
7264
# Allows Cypress to detect new build vs re-run build

0 commit comments

Comments
 (0)