diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c710148..5c38fe9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,7 +18,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npx playwright test + run: npx playwright test --project chromium - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: