diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 05e2ca62..8e812016 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,8 +15,6 @@ jobs: node-version: lts/* - name: Install dependencies run: npm ci - - name: Install Playwright Browsers - run: npx playwright install --with-deps chromium - name: Run Playwright tests run: npx playwright test minimum.spec.ts --project 'chromium' --project 'chromium dark' - uses: actions/upload-artifact@v4