diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ffde0a49..6ade1254 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 --retry 0 --workers 2 + run: npx playwright test work.spec.ts --retry 0 --workers 2 env: BASE_URL: ${{ secrets.BASE_URL }} NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}