fix: listen on 127.0.0.1
This commit is contained in:
parent
5c638d1920
commit
3a18e17bb6
5 changed files with 16 additions and 10 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -22,14 +22,14 @@ jobs:
|
|||
- name: Cypress run (e2e)
|
||||
uses: https://github.com/cypress-io/github-action@v6
|
||||
with:
|
||||
build: yarn run build
|
||||
build: yarn cypress: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
|
||||
with:
|
||||
build: yarn run build
|
||||
build: yarn cypress:build
|
||||
start: yarn cypress:start_server
|
||||
component: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue