Skip to content

Commit

Permalink
fix(ci): use 127.0.0.1 instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwht authored Aug 25, 2024
1 parent 3007fd3 commit 900126c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
start: yarn start
wait-on: 'http://localhost:8081'
wait-on: 'http://127.0.0.1:8081'
wait-on-timeout: 300
browser: chrome
config-file: cypress.config.ts
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: cypress-io/github-action@v6
with:
start: yarn start
wait-on: 'http://localhost:8081'
wait-on: 'http://127.0.0.1:8081'
wait-on-timeout: 300
browser: firefox
config-file: cypress.config.ts
Expand Down

0 comments on commit 900126c

Please sign in to comment.