Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 5, 2024
1 parent 0423e6c commit c5ca55b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,16 @@ jobs:
if: runner.os == 'macos'
run: |
brew install docker
colima start
# colima start
- name: Run quickstart
run: |
container=`docker run -d stellar/quickstart:testing \
docker run -d --name quickstart stellar/quickstart:testing \
-p 8000:8000 -e ENABLE_LOGS=true -e NETWORK=local -e ENABLE_SOROBAN_RPC=true \
--health-cmd "curl --no-progress-meter --fail-with-body -X POST \"http://localhost:8000/soroban/rpc\" -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":8675309,\"method\":\"getNetwork\"}' && curl --no-progress-meter \"http://localhost:8000/friendbot\" | grep '\"invalid_field\": \"addr\"'" \
--health-interval 10s \
--health-timeout 5s \
--health-retries 50`
echo "CONTAINER=${container}" >> $GITHUB_ENV
- run: echo $CONTAINER
--health-retries 50
- run: docker wait quickstart
- run: rustup update
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit c5ca55b

Please sign in to comment.