diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 29365e1c..ffde0a49 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: jobs: test: - timeout-minutes: 10 + timeout-minutes: 2 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -32,7 +32,7 @@ jobs: run: npx wait-on http://localhost:3000 - name: Run Playwright tests - run: xvfb-run npx playwright test --debug + run: npx playwright test --retry 0 --workers 2 env: BASE_URL: ${{ secrets.BASE_URL }} NEXT_PUBLIC_DCAPI_ENDPOINT: ${{ secrets.NEXT_PUBLIC_DCAPI_ENDPOINT }}