Skip to content

Commit 8b64060

Browse files
committed
fix
1 parent 950e21e commit 8b64060

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
stellar-cli-version:
1212
required: false
1313
type: string
14+
default: "22.3.0"
1415

1516
# example filter for all combos of one scenario outline: ^TestDappDevelop$/^DApp developer compiles, deploys and invokes a contract.*$
1617
# each row in example data for a scenario outline is postfixed with '#01', '#02', example:
@@ -122,9 +123,9 @@ jobs:
122123
- run: rustup target add wasm32-unknown-unknown --toolchain 1.81-x86_64-unknown-linux-gnu
123124
- run: cargo install --git https://github.com/stellar/stellar-cli soroban-cli --rev ${{ inputs.stellar-cli-ref }}
124125
if: ${{ inputs.stellar-cli-ref != '' }}
125-
- uses: stellar/stellar-cli@761446e3bdca0aff59dfe738a6bcf3d4b9ef83cf
126-
# with:
127-
# version: ${{ inputs.stellar-cli-version }}
126+
- uses: stellar/stellar-cli@main
127+
with:
128+
version: ${{ inputs.stellar-cli-version }}
128129
if: ${{ inputs.stellar-cli-ref == '' }}
129130
- run: go mod download
130131
- run: |

0 commit comments

Comments
 (0)