Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 13, 2024
1 parent 20f0326 commit a8775f2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- run: rustup target add wasm32-unknown-unknown
- run: make build-test-wasms
- run: npm ci
if: runner.os != 'windows'
if: runner.os != 'windows'
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
- run: |
npm ci --ignore-scripts
Expand All @@ -113,5 +113,9 @@ jobs:
- run: npm run test
working-directory: cmd/crates/soroban-spec-typescript/ts-tests
- name: quickstart logs
if: always()
if: always() && runner.os != 'windows'
run: docker logs quickstart
- name: quickstart logs
if: always() && runner.os == 'windows'
run: docker logs quickstart
shell: wsl-run {0}

0 comments on commit a8775f2

Please sign in to comment.