Skip to content

Commit

Permalink
build: troubleshoot first
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Sep 28, 2023
1 parent 39bb550 commit 6095d0e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
--health-timeout 5s
--health-retries 5
steps:
- run: curl -X POST "http://localhost:8000/soroban/rpc"
- run: curl "http://localhost:8000/friendbot?addr=$(./soroban config identity address)"
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
- run: ./soroban config identity fund --network standalone
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
- run: echo $CARGO_TARGET_DIR
- uses: actions/checkout@v3
- uses: actions/cache@v3
Expand All @@ -41,8 +46,5 @@ jobs:
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: curl "http://localhost:8000/friendbot?addr=$(./soroban config identity address)"
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
- run: ./soroban config identity fund
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
- run: npm ci && npm run test
working-directory: cmd/crates/soroban-spec-typescript/ts-tests

0 comments on commit 6095d0e

Please sign in to comment.