From 8d5c371c3a293ac731844cbac3e9cde5486088ff Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Tue, 8 Aug 2023 11:11:50 -0400 Subject: [PATCH] Add CI workflow step to upload reports to Github (#452) Signed-off-by: Craig Perkins --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c10fe0..745ce057 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,10 @@ jobs: uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} + + - uses: actions/upload-artifact@v3 + if: always() + with: + name: ${{ matrix.os }}-JDK${{ matrix.java }}-reports + path: | + ./build/reports/