Skip to content

Commit

Permalink
devops: install pnpm and yarn for secondary installation tests (#26968)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgozman committed Sep 8, 2023
1 parent 0213fef commit 7c0766a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests_secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c0766a

Please sign in to comment.