Skip to content

Commit

Permalink
exclude pnpm on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
0618 committed Feb 22, 2024
1 parent c67b4b2 commit ac402e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/health_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,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 ac402e6

Please sign in to comment.