fix: listen on 127.0.0.1
All checks were successful
container-scan / Container Scan (pull_request) Successful in 1m19s
docker-build / docker (pull_request) Successful in 4m29s
tests / Tests (pull_request) Successful in 4m28s

This commit is contained in:
Dominik 2025-05-13 11:38:22 +02:00
parent 15c4f2fbde
commit 59b2c02532
5 changed files with 16 additions and 11 deletions

View file

@ -22,14 +22,13 @@ 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
start: yarn cypress:start_server
component: true
install: false