Fix "wait-on" based on latest cypress samples

This commit is contained in:
Matthias 2023-04-11 18:11:46 +02:00
parent c09d63ce01
commit f7309f648d

View File

@ -53,8 +53,8 @@ jobs:
uses: cypress-io/github-action@v5
with:
# build: yarn build
start: yarn serve
wait-on: 'http://localhost:3000'
start: yarn serve --host
wait-on: 'http://127.0.0.1:3000'
- name: Build build
run: yarn build