From 2e3bcc2564d93d56780f53da3a0001bd72fee543 Mon Sep 17 00:00:00 2001 From: adewar Date: Thu, 30 Jan 2025 16:42:11 -0700 Subject: [PATCH] npx! --- .github/workflows/playwright-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-actions.yml b/.github/workflows/playwright-actions.yml index 16726f10..db21bbbd 100644 --- a/.github/workflows/playwright-actions.yml +++ b/.github/workflows/playwright-actions.yml @@ -187,7 +187,7 @@ jobs: - name: Wait for backend to be ready run: | echo "Waiting for backend to be ready..." - wait-on http://localhost:8000 + npx wait-on http://localhost:8000 - name: Run front-end Playwright tests run: yarn playwright test