Skip to content

Commit

Permalink
fix: cypress github action node v18 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderBodurri committed Nov 14, 2023
1 parent 760e468 commit c709a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: cypress-io/github-action@v2
with:
start: |
ng serve ngx-turnstile-demo
wait-on: "http://localhost:4200"
ng serve ngx-turnstile-demo --host 0.0.0.0
wait-on: "http://0.0.0.0:4200"
wait-on-timeout: 300
browser: chrome
config-file: cypress.config.ts

0 comments on commit c709a56

Please sign in to comment.