Skip to content

Commit

Permalink
build: more CI troubleshooting; quieter alias script
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Sep 28, 2023
1 parent 2515690 commit 39bb550
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- run: cargo build
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: curl "http://localhost:8000/friendbot?addr=$(soroban config identity address)"
- 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
2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-typescript/ts-tests/soroban
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

cargo run -p soroban-cli -- "$@"
cargo run --quiet -p soroban-cli -- "$@"

0 comments on commit 39bb550

Please sign in to comment.