Skip to content

Commit

Permalink
ci: Print *_example.log and test-suite.log
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Mar 10, 2025
1 parent 6c2a39d commit 35e5646
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,8 @@ jobs:
dockerfile: ./ci/linux-debian.Dockerfile
tag: linux-debian-image

- run: cat test-suite.log || true
if: ${{ always() }}
- run: cat tests.log || true
if: ${{ always() }}
- run: cat noverify_tests.log || true
Expand All @@ -823,6 +825,9 @@ jobs:
if: ${{ always() }}
- run: cat bench.log || true
if: ${{ always() }}
- name: All "*_example.log" files
run: for i in "*_example.log"; do echo "=================== $i ===================="; echo ; cat "$i"; echo ; done
if: ${{ always() }}
- run: cat config.log || true
if: ${{ always() }}
- run: cat test_env.log || true
Expand Down

0 comments on commit 35e5646

Please sign in to comment.