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 1a13144 commit 11ba697Copy full SHA for 11ba697
.github/workflows/bindings-ts.yml
@@ -114,6 +114,9 @@ jobs:
114
shell: wsl-run {0}
115
- run: docker container inspect quickstart
116
117
+ - run: curl -v http://localhost:8000/friendbot?addr=GAU5TZM3DP7ESCB6HMMG5UIBOYMWBUTS5EIXWRI3O2MC4VXE625VL5OL
118
+ shell: wsl-run {0}
119
+ - run: Invoke-RestMethod -Uri http://localhost:8000/friendbot?addr=GAU5TZM3DP7ESCB6HMMG5UIBOYMWBUTS5EIXWRI3O2MC4VXE625VL5OL
120
- run: |
121
Write-Host "Generating keys"
122
$env:SOROBAN_SECRET_KEY='SC5NRVW24PTAE2TM4M7VVZSCYUNVCBSZOSNRSHFU2XVYZGNMFV6YVLLX'
0 commit comments