From 4b2585c47784626882c03ff7dc06e9284da43a96 Mon Sep 17 00:00:00 2001 From: Eric Jansen Date: Thu, 1 Aug 2024 15:24:10 +0200 Subject: [PATCH] feat: wip visual test --- .github/workflows/release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f702bcb4..8daf715f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,14 @@ jobs: - name: Install deps run: npm ci - name: Start dev server - run: npm run start + run: npm run start & + - name: Check the deployed service URL + uses: jtalk/url-health-check-action@v3 + with: + url: http://localhost:3000/test + max-attempts: 5 + retry-delay: 10s + retry-all: true - uses: cypress-io/github-action@v6 with: browser: chrome