Skip to content

Commit 1f0b994

Browse files
committed
A
1 parent 2ddd74d commit 1f0b994

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
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
20+
working-directory: react_frontend
2321
# Starts web server for E2E tests - replace with your own server invocation
2422
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
2523
start: ./scripts/develop_academy.sh

0 commit comments

Comments
 (0)