Skip to content

Commit db781f9

Browse files
committed
Fix Anchor CI — run npm install before anchor test
1 parent 729d537 commit db781f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Run Anchor tests
2727
run: |
2828
solana-keygen new --no-bip39-passphrase
29+
npm install
2930
anchor test
3031
3132
client:

0 commit comments

Comments
 (0)