From 990cfd756eb5bbf1ce896477961ef6014413441a Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 12 Oct 2021 11:48:48 +0200 Subject: [PATCH] Update test-build.yml --- .github/workflows/test-build.yml | 2 ++ 1 file changed, 2 insertions(+) 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