diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index da27729a..9a7f3a76 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -35,7 +35,7 @@ jobs: - name: Run lint run: npm run lint - name: Install Playwright Browsers - run: npx playwright install --with-deps + run: npx playwright install --with-deps chromium - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v4