We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0b994 commit aebe2f6Copy full SHA for aebe2f6
1 file changed
.github/workflows/cypress.yml
@@ -20,7 +20,7 @@ jobs:
20
working-directory: react_frontend
21
# Starts web server for E2E tests - replace with your own server invocation
22
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
23
- start: ./scripts/develop_academy.sh
+ start: ../scripts/develop_academy.sh
24
wait-on: "http://localhost:7164" # Waits for above
25
# Records to Cypress Cloud
26
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
0 commit comments