devops: install pnpm and yarn for secondary installation tests (#26968)

This commit is contained in:
Dmitry Gozman 2023-09-08 13:54:05 -07:00 committed by GitHub
parent 0213fef484
commit 7c0766a273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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