diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index b72c3fd..62059aa 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -66,3 +66,12 @@ jobs: # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more # detail run: ctest -C $BUILD_TYPE + + - if: ${{ failure() }} + name: Upload test data + uses: actions/upload-artifact@v2 + with: + name: tests-out + path: + - tests + - build/Testing