From f7309f648d51075a501fcc4fca2f5271d67b287f Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 11 Apr 2023 18:11:46 +0200 Subject: [PATCH] Fix "wait-on" based on latest cypress samples --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79ab0c46..c65bdca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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