File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
.github/actions/run-tests Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 88runs :
99 using : " composite"
1010 steps :
11- - uses : Woody4618/solana-github-action-workflow/.github/actions/extract-versions@main
12- id : versions
13-
14- - uses : Woody4618/solana-github-action-workflow/.github/actions/setup-all@main
15- with :
16- solana_version : ${{ steps.versions.outputs.solana_version }}
17- anchor_version : ${{ steps.versions.outputs.anchor_version }}
18- verify_version : ${{ env.SOLANA_VERIFY_VERSION }}
19- node_version : 18
20-
2111 - name : Cache node_modules
2212 uses : actions/cache@v3
2313 with :
3727 ~/.cargo/git/db/
3828 target/
3929 test-ledger/
40- shared-key : " anchor-test-${{ env.ANCHOR_VERSION }}-${{ env.SOLANA_VERSION }}"
30+ shared-key : " anchor-test-${{ steps.versions.outputs.anchor_version }}-${{ steps.versions.outputs.solana_version }}"
4131
4232 - name : Run Anchor Tests
4333 shell : bash
You can’t perform that action at this time.
0 commit comments