mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-30 23:45:33 +03:00
devops: install pnpm and yarn for secondary installation tests (#26968)
This commit is contained in:
parent
0213fef484
commit
7c0766a273
2
.github/workflows/tests_secondary.yml
vendored
2
.github/workflows/tests_secondary.yml
vendored
@ -137,6 +137,8 @@ jobs:
|
||||
DEBUG: pw:install
|
||||
- run: npm run build
|
||||
- run: npx playwright install-deps
|
||||
- run: npm install -g yarn@1
|
||||
- run: npm install -g pnpm@8
|
||||
- run: npm run itest
|
||||
if: matrix.os != 'ubuntu-latest'
|
||||
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest
|
||||
|
Loading…
Reference in New Issue
Block a user