diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f820dcbd..d2dbd9d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,3 +40,10 @@ jobs: echo running with mock downloader ./gradlew check --stacktrace -Ddownloader=MOCK fi + + - name: Upload test reports when failure occurs + uses: actions/upload-artifact@v3 + if: failure() + with: + name: NewPipeExtractor-test-reports + path: extractor/build/reports/tests/test/**