Skip to content

Commit

Permalink
feat: wip visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjansenrpm committed Aug 1, 2024
1 parent 0d8d0b6 commit 4b2585c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b2585c

Please sign in to comment.