File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments