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 }}