ci: run browser quality on native Windows runner
This commit is contained in:
@@ -17,8 +17,8 @@ jobs:
|
|||||||
extra_args: --only-verified
|
extra_args: --only-verified
|
||||||
|
|
||||||
quality:
|
quality:
|
||||||
# Node, Playwright and the browser gate are supported by the shared Linux pool.
|
# Browser quality runs against the dedicated bounded Windows 11 VM runner.
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-native
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
@@ -27,7 +27,7 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run quality
|
- run: npm run quality
|
||||||
- run: npx playwright install --with-deps chromium
|
- run: npx playwright install chromium
|
||||||
- run: npm run test:browser:ci
|
- run: npm run test:browser:ci
|
||||||
- name: Preserve browser failure evidence
|
- name: Preserve browser failure evidence
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user