Capture test results in PR workflow.

This commit is contained in:
Gary Russell
2021-03-15 18:12:02 -04:00
parent d9ade78aab
commit b623a9e147

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: spring-rabbit/build/reports/tests
retention-days: 3