Explorar o código

Fix "Publish JS Client" workflow (#30)

Loris Leiva hai 7 meses
pai
achega
f3f8f15660
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/publish-js-client.yml

+ 4 - 0
.github/workflows/publish-js-client.yml

@@ -38,6 +38,7 @@ jobs:
       - name: Setup Environment
         uses: ./.github/actions/setup
         with:
+          cargo-cache-key: cargo-programs
           solana: true
 
       - name: Format JS Client
@@ -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