Skip to content

Commit 2ddd74d

Browse files
committed
Test
1 parent 40abbdb commit 2ddd74d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ jobs:
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

0 commit comments

Comments
 (0)