diff --git a/.github/workflows/pr-build-workflow.yml b/.github/workflows/pr-build-workflow.yml index b55f615f..d2af935e 100644 --- a/.github/workflows/pr-build-workflow.yml +++ b/.github/workflows/pr-build-workflow.yml @@ -28,10 +28,3 @@ 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