We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4529d commit 6843c6cCopy full SHA for 6843c6c
.github/workflows/main.yml
@@ -85,10 +85,12 @@ jobs:
85
path: ./target/deploy/*.so
86
if-no-files-found: error
87
88
- - name: Save Program Builds For Client Jobs
+ - name: Save Client Artifacts
89
uses: actions/cache/save@v4
90
with:
91
- path: ./**/*.so
+ path: |
92
+ ./**/*.so
93
+ ./target/deploy/*.json
94
key: ${{ runner.os }}-builds-${{ github.sha }}
95
96
test_programs:
@@ -165,10 +167,12 @@ jobs:
165
167
166
168
solana: true
169
- - name: Restore Program Builds
170
+ - name: Restore Client Artifacts
171
uses: actions/cache/restore@v4
172
173
174
175
176
177
178
- name: Test Client JS
Cargo.lock
0 commit comments