Skip to content

Commit 7fe9a45

Browse files
committed
Update test action
1 parent 4cf7e3e commit 7fe9a45

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/actions/run-tests/action.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ inputs:
88
runs:
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:
@@ -37,7 +27,7 @@ runs:
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

0 commit comments

Comments
 (0)