Skip to content

Commit

Permalink
Display content of ?BLAT3.SUMM files after tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuetzel committed Sep 25, 2023
1 parent 0c98e2e commit 179a52d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/dynamic_arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,18 @@ jobs:
echo "::group::Log from these tests"
[ ! -f Testing/Temporary/LastTest.log ] || cat Testing/Temporary/LastTest.log
echo "::endgroup::"
echo "::group::Content of test/SBLAT3.SUMM"
[ ! -f test/SBLAT3.SUMM ] || cat test/SBLAT3.SUMM
echo "::endgroup::"
echo "::group::Content of test/DBLAT3.SUMM"
[ ! -f test/DBLAT3.SUMM ] || cat test/DBLAT3.SUMM
echo "::endgroup::"
echo "::group::Content of test/CBLAT3.SUMM"
[ ! -f test/CBLAT3.SUMM ] || cat test/CBLAT3.SUMM
echo "::endgroup::"
echo "::group::Content of test/ZBLAT3.SUMM"
[ ! -f test/ZBLAT3.SUMM ] || cat test/ZBLAT3.SUMM
echo "::endgroup::"
cross_build:
Expand Down

0 comments on commit 179a52d

Please sign in to comment.