From a18e340e90201655dbc5a6520405466eb732e25d Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Tue, 17 Sep 2024 09:17:54 -0400 Subject: [PATCH] Retry. --- .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 84f0f3e6..94d273d8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -32,7 +32,7 @@ jobs: run: npx wait-on http://localhost:3000 - name: Run Playwright tests - run: npx playwright test work.spec.ts --retries=0 + run: npx playwright test work.spec.ts env: BASE_URL: ${{ secrets.BASE_URL }} NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}