From b9cf4cbe739e7e789ea73561fe874ebef5ac3ef6 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Thu, 26 Jan 2023 23:54:59 +0000 Subject: [PATCH] Provide ability to investigate build errors Upload the test results so they can be examined outside of the CI system --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7d7b6bb..df4c42e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -88,6 +88,13 @@ jobs: run: | make test + - if: ${{ failure() }} + name: Upload tests output + uses: actions/upload-artifact@v2 + with: + name: "analysis${{ matrix.flags }}" + path: tests + test_linux: needs: smoketest name: Test Linux