diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bbe60cd7..d2e705d7 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -37,7 +37,7 @@ jobs: run: | npm ci npx playwright install - npx playwright test --project webkit + npx playwright test --project chromium-dev - uses: actions/upload-artifact@v2 if: ${{ !cancelled() }} with: