Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/publish-js-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Setup Environment
uses: ./.github/actions/setup
with:
cargo-cache-key: cargo-programs
solana: true

- name: Format JS Client
Expand All @@ -46,6 +47,9 @@ jobs:
- name: Lint JS Client
run: pnpm clients:js:lint

- name: Build Programs
run: pnpm programs:build

- name: Test JS Client
run: pnpm clients:js:test

Expand Down