Revert "Capture Test Results in PR Workflow"

This reverts commit c29395e722.
This commit is contained in:
Gary Russell
2021-03-15 17:27:47 -04:00
parent c29395e722
commit d9ade78aab

View File

@@ -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