fix: listen on 127.0.0.1
This commit is contained in:
parent
5c638d1920
commit
5e05ba2cbb
4 changed files with 11 additions and 6 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
build: yarn run build
|
||||
start: yarn cypress:start_server
|
||||
e2e: true
|
||||
wait-on: 'http://localhost:3000'
|
||||
wait-on: 'http://127.0.0.1:3000'
|
||||
|
||||
- name: Cypress run (component)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue