Skip to content

Commit

Permalink
fix: run test (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Aug 4, 2024
1 parent 23156c5 commit 929eb14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: yarn cypress info
start: yarn cy:test
wait-on: "http://localhost:3000/quizz"
start: yarn dev
wait-on: "http://localhost:3000/testing-cypress"
wait-on-timeout: 120
browser: chrome
record: true
Expand All @@ -88,3 +88,4 @@ jobs:
# # determine the unique run id necessary to re-run the checks
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DEBUG: "cypress:server:args"

0 comments on commit 929eb14

Please sign in to comment.