Skip to content

Commit

Permalink
PoC: test pnpm on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
0618 committed Feb 22, 2024
1 parent 4221644 commit c67b4b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/health_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- poc-pnpm-win
pull_request:
branches:
- main
Expand Down Expand Up @@ -173,9 +174,9 @@ jobs:
os: [ubuntu-latest, macos-latest, amplify-backend_windows-latest_8-core]
pkg-manager: [npm, yarn-classic, yarn-modern, pnpm]
node-version: [20]
exclude:
- os: amplify-backend_windows-latest_8-core
pkg-manager: pnpm
# exclude:
# - os: amplify-backend_windows-latest_8-core
# pkg-manager: pnpm
env:
PACKAGE_MANAGER: ${{ matrix.pkg-manager }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c67b4b2

Please sign in to comment.