File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 # Also see warning here https://github.com/cypress-io/github-action#parallel
99 strategy :
1010 fail-fast : false # https://github.com/cypress-io/github-action/issues/48
11- matrix :
12- containers : [1, 2] # Uses 2 parallel instances
11+ # matrix:
12+ # containers: [1, 2] # Uses 2 parallel instances
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
1616 - name : Cypress run
1717 # Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
1818 uses : cypress-io/github-action@v6
1919 with :
20+ node-version : " 20"
21+ cache : " yarn"
22+ cache-dependency-path : react_frontend/yarn.lock
2023 # Starts web server for E2E tests - replace with your own server invocation
2124 # https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
2225 start : ./scripts/develop_academy.sh
You can’t perform that action at this time.
0 commit comments