Skip to content

Commit

Permalink
fix: change yarn1 to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
0618 committed Oct 30, 2023
1 parent c3b7998 commit a574541
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/poc-e2e-flow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [18]
pkg-manager: [npm, yarn1, yarn-stable, pnpm]
exclude:
- os: windows-latest
pkg-manager: bun # bun only have limit support on windows
pkg-manager: [npm, yarn, yarn-stable, pnpm]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout aws-amplify/amplify-cli repo
Expand Down

0 comments on commit a574541

Please sign in to comment.