diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 24541570..cbd86bac 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -39,7 +39,7 @@ jobs: run: npx wait-on http://localhost:3000 - name: Run Playwright tests - run: npx playwright test work.spec.ts + run: npx playwright test env: BASE_URL: ${{ secrets.BASE_URL }} NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}