Skip to content

Commit

Permalink
version 0.3.18 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2024
1 parent 996935e commit 6d689fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ jobs:
path: ./target/deploy/*.so
if-no-files-found: error

- name: Save Program Builds For Client Jobs
- name: Save Client Artifacts
uses: actions/cache/save@v4
with:
path: ./**/*.so
path: |
./**/*.so
./target/deploy/*.json
key: ${{ runner.os }}-builds-${{ github.sha }}

test_programs:
Expand Down Expand Up @@ -169,10 +171,12 @@ jobs:
with:
solana: true

- name: Restore Program Builds
- name: Restore Client Artifacts
uses: actions/cache/restore@v4
with:
path: ./**/*.so
path: |
./**/*.so
./target/deploy/*.json
key: ${{ runner.os }}-builds-${{ github.sha }}

- name: Test Client JS
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d689fe

Please sign in to comment.