Skip to content

Commit f3f8f15

Browse files
authored
Fix "Publish JS Client" workflow (#30)
1 parent 0667786 commit f3f8f15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/publish-js-client.yml

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Setup Environment
3939
uses: ./.github/actions/setup
4040
with:
41+
cargo-cache-key: cargo-programs
4142
solana: true
4243

4344
- name: Format JS Client
@@ -46,6 +47,9 @@ jobs:
4647
- name: Lint JS Client
4748
run: pnpm clients:js:lint
4849

50+
- name: Build Programs
51+
run: pnpm programs:build
52+
4953
- name: Test JS Client
5054
run: pnpm clients:js:test
5155

0 commit comments

Comments
 (0)