Skip to content

Commit 47f966e

Browse files
committed
chore: remove node tests from solana lazer contract workflow
1 parent d853ad2 commit 47f966e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci-lazer-solana-contract.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,3 @@ jobs:
3636
run: solana-keygen new --no-bip39-passphrase
3737
- name: Install Anchor
3838
run: RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
39-
- name: Install pnpm
40-
run: npm install --global [email protected]
41-
- name: Install test dependencies
42-
run: pnpm install --frozen-lockfile
43-
- name: Run tests
44-
run: pnpm run test

0 commit comments

Comments
 (0)