Skip to content

Commit 99d6799

Browse files
authored
Fix "Publish JS Client" workflow (#124)
1 parent 5e48a5d commit 99d6799

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 6 additions & 0 deletions
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

@@ -58,6 +62,8 @@ jobs:
5862
steps:
5963
- name: Git Checkout
6064
uses: actions/checkout@v4
65+
with:
66+
token: ${{ secrets.ANZA_TEAM_PAT }}
6167

6268
- name: Setup Environment
6369
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)