Skip to content

Commit

Permalink
Stop the sleep.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 17, 2024
1 parent d077de7 commit ab995c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npm run start:playwright &

- name: Wait for server
run: npx wait-on http://localhost:3000 && sleep 15
run: npx wait-on http://localhost:3000

- name: Run Playwright tests
run: npx playwright test work.spec.ts --debug
Expand Down

0 comments on commit ab995c4

Please sign in to comment.