diff --git a/.github/workflows/pr-build-workflow.yml b/.github/workflows/pr-build-workflow.yml index d2af935e..b55f615f 100644 --- a/.github/workflows/pr-build-workflow.yml +++ b/.github/workflows/pr-build-workflow.yml @@ -28,3 +28,10 @@ jobs: uses: burrunan/gradle-cache-action@v1 with: arguments: check + + - name: Capture Test Results + uses: actions/upload-artifact@v2 + with: + name: test-results + path: */build/reports/tests/**/*.* + retention-days: 3