Skip to content

Commit d75cee2

Browse files
committed
test
1 parent a6bb221 commit d75cee2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/bindings-ts.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,19 @@ jobs:
118118
shell: wsl-run {0}
119119
- run: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GAU5TZM3DP7ESCB6HMMG5UIBOYMWBUTS5EIXWRI3O2MC4VXE625VL5OL
120120
- run: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GBCNICNDLG2SQ3AIHJTB3G7AMGR4SZZJISYYQENZR7TETHTZHRCSEAWC
121+
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
122+
- run: |
123+
Write-Host "Generating keys"
124+
$env:SOROBAN_SECRET_KEY='SC5NRVW24PTAE2TM4M7VVZSCYUNVCBSZOSNRSHFU2XVYZGNMFV6YVLLX'
125+
cargo run -p stellar-cli -- keys add --secret-key root
126+
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
127+
- run: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GBGZY2GOHG7SDZTU6Y74T4EIZBL7XKW4MI6OJIQFMF4EUGAHUK5H7HKF
121128
- run: |
122129
Write-Host "Generating keys"
123130
$env:SOROBAN_SECRET_KEY='SC5NRVW24PTAE2TM4M7VVZSCYUNVCBSZOSNRSHFU2XVYZGNMFV6YVLLX'
124131
cargo run -p stellar-cli -- keys add --secret-key root
125132
Write-Host "Deploying contract"
126-
cargo run -p stellar-cli -- contract deploy --quiet --alias custom-types --source root --wasm ../../../../target/wasm32-unknown-unknown/test-wasms/test_custom_types.wasm --ignore-checks
133+
cargo run -p stellar-cli -- contract deploy --alias custom-types --source root --wasm ../../../../target/wasm32-unknown-unknown/test-wasms/test_custom_types.wasm --ignore-checks
127134
Write-Host "Generating bindings"
128135
cargo run --quiet -p stellar-cli -- contract bindings typescript --contract-id custom-types --output-dir ./node_modules/test-custom-types --overwrite
129136
cd ./node_modules/test-custom-types

0 commit comments

Comments
 (0)