We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddd74d commit 1f0b994Copy full SHA for 1f0b994
1 file changed
.github/workflows/cypress.yml
@@ -17,9 +17,7 @@ jobs:
17
# Uses the official Cypress GitHub action https://github.com/cypress-io/github-action
18
uses: cypress-io/github-action@v6
19
with:
20
- node-version: "20"
21
- cache: "yarn"
22
- cache-dependency-path: react_frontend/yarn.lock
+ working-directory: react_frontend
23
# Starts web server for E2E tests - replace with your own server invocation
24
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
25
start: ./scripts/develop_academy.sh
0 commit comments