File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ on: push
55jobs :
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
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
You can’t perform that action at this time.
0 commit comments