diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 93183c5..da399fd 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -34,6 +34,7 @@ jobs: make -j check ldd tests/test_qmckl_ao - name: Archive test log file + if: failure() uses: actions/upload-artifact@v2 with: name: test-report @@ -42,6 +43,7 @@ jobs: run: | make distcheck - name: Archive test log file + if: failure() uses: actions/upload-artifact@v2 with: name: dist-report