Skip to content

Commit 40abbdb

Browse files
committed
Test again
1 parent 55d5f69 commit 40abbdb

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,12 @@ jobs:
1919
with:
2020
# Starts web server for E2E tests - replace with your own server invocation
2121
# https://docs.cypress.io/guides/continuous-integration/introduction#Boot-your-server
22-
start: npm start
23-
wait-on: "http://localhost:3000" # Waits for above
22+
start: ./scripts/develop_academy.sh
23+
wait-on: "http://localhost:7164" # Waits for above
2424
# Records to Cypress Cloud
2525
# https://docs.cypress.io/guides/cloud/projects#Set-up-a-project-to-record
2626
record: true
2727
parallel: true # Runs test in parallel using settings above
2828
env:
29-
# For recording and parallelization to work you must set your CYPRESS_RECORD_KEY
30-
# in GitHub repo → Settings → Secrets → Actions
3129
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
32-
# Creating a token https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
3330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)