Skip to content

Commit aebe2f6

Browse files
committed
Again
1 parent 1f0b994 commit aebe2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
working-directory: react_frontend
2121
# Starts web server for E2E tests - replace with your own server invocation
2222
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
23-
start: ./scripts/develop_academy.sh
23+
start: ../scripts/develop_academy.sh
2424
wait-on: "http://localhost:7164" # Waits for above
2525
# Records to Cypress Cloud
2626
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record

0 commit comments

Comments
 (0)