Skip to content

Commit e812057

Browse files
committed
Add setup steps from action to workflow
1 parent 50c69c9 commit e812057

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22+
- uses: Woody4618/github-actions/.github/actions/extract-versions@main
23+
id: versions
24+
25+
- uses: Woody4618/github-actions/.github/actions/setup-all@main
26+
with:
27+
solana_version: ${{ steps.versions.outputs.solana_version }}
28+
anchor_version: ${{ steps.versions.outputs.anchor_version }}
29+
verify_version: ${{ env.SOLANA_VERIFY_VERSION }}
30+
node_version: 18
31+
2232
- uses: Woody4618/github-actions/.github/actions/run-tests@main
2333
with:
2434
program: ${{ inputs.program }}

0 commit comments

Comments
 (0)