devops: install pnpm and yarn for secondary installation tests (#26968)
This commit is contained in:
parent
0213fef484
commit
7c0766a273
|
|
@ -137,6 +137,8 @@ jobs:
|
||||||
DEBUG: pw:install
|
DEBUG: pw:install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npx playwright install-deps
|
- run: npx playwright install-deps
|
||||||
|
- run: npm install -g yarn@1
|
||||||
|
- run: npm install -g pnpm@8
|
||||||
- run: npm run itest
|
- run: npm run itest
|
||||||
if: matrix.os != 'ubuntu-latest'
|
if: matrix.os != 'ubuntu-latest'
|
||||||
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest
|
- run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run itest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue