Skip to content

Commit

Permalink
docker logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Dec 19, 2024
1 parent 1fe783e commit b7944a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bindings-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,7 @@ jobs:
run: docker logs quickstart
- name: quickstart logs
if: always() && runner.os == 'windows'
run: docker logs quickstart
run: |
docker container inspect quickstart
docker container logs quickstart -n 1000
shell: wsl-run {0}

0 comments on commit b7944a0

Please sign in to comment.