Skip to content

Commit

Permalink
change actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Beltrán committed Jun 2, 2024
1 parent cf9c005 commit e4ff2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
- name: Wait for services to be ready
run: |
while ! nc -z localhost 4321; do sleep 10; done
while ! nc -z localhost 5001; do sleep 10; done
while ! nc -z localhost 4000; do sleep 10; done
- name: Run Playwright tests
run: |
npm ci
npx playwright install-deps
npx playwright install
npx playwright test
- name: Stop services
Expand Down

0 comments on commit e4ff2e4

Please sign in to comment.