diff --git a/.github/workflows/dynamic_arch.yml b/.github/workflows/dynamic_arch.yml index 85b20c0608..0c21cb2808 100644 --- a/.github/workflows/dynamic_arch.yml +++ b/.github/workflows/dynamic_arch.yml @@ -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: