diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3eb1314..afc8ed4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,10 +15,10 @@ jobs: node-version: lts/* - name: Install dependencies run: npm ci - - name: Install Playwright Browsers - run: npx playwright install --with-deps - - name: Run Playwright tests - run: npx playwright test + - name: Install Chromium only + run: npx playwright install chromium + - name: Run Playwright tests (chromium only, fail fast) + run: npx playwright test --project=chromium - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: