ci: run browser quality on native Windows #2

Merged
Jens merged 6 commits from infra/windows-native-runner into main 2026-08-27 18:27:54 +00:00
Showing only changes of commit 8dc9a6bfce - Show all commits
+3 -3
View File
@@ -17,8 +17,8 @@ jobs:
extra_args: --only-verified
quality:
# Node, Playwright and the browser gate are supported by the shared Linux pool.
runs-on: ubuntu-latest
# Browser quality runs against the dedicated bounded Windows 11 VM runner.
runs-on: windows-native
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
@@ -27,7 +27,7 @@ jobs:
cache: npm
- run: npm ci
- run: npm run quality
- run: npx playwright install --with-deps chromium
- run: npx playwright install chromium
- run: npm run test:browser:ci
- name: Preserve browser failure evidence
if: failure()