Capture Test Results in PR Workflow

This commit is contained in:
Gary Russell
2021-03-15 17:20:27 -04:00
parent 70d79b5ba5
commit c29395e722

View File

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