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 50c69c9 commit e812057Copy full SHA for e812057
.github/workflows/test.yaml
@@ -19,6 +19,16 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
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
32
- uses: Woody4618/github-actions/.github/actions/run-tests@main
33
with:
34
program: ${{ inputs.program }}
0 commit comments