From ab995c49382a4a584102e32f374aa2320a6aec63 Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Tue, 17 Sep 2024 08:43:01 -0400 Subject: [PATCH] Stop the sleep. --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4e97d55e..64ad93d7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -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