Skip to content

Commit

Permalink
chore: fix missing pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Jan 30, 2024
1 parent 68c7aa3 commit dcae956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
anchor-version: '0.29.0'
solana-cli-version: '1.17.15'
node-version: '20.10.0'
- run: pnpm install
shell: bash
- run: anchor build
shell: bash
- run: anchor test --provider.wallet THIS_IS_A_TEST_KEY.json --skip-build
Expand Down

0 comments on commit dcae956

Please sign in to comment.