Capture Test Results in PR Builds (#1735)

This commit is contained in:
Gary Russell
2021-03-16 11:26:02 -04:00
committed by GitHub
parent 1b9a9451fe
commit 73d853b66a

View File

@@ -23,3 +23,11 @@ jobs:
GRADLE_ENTERPRISE_URL: https://ge.spring.io/
with:
arguments: check api
- name: Capture Test Results
if: failure()
uses: actions/upload-artifact@v2
with:
name: test-results
path: '*/build/reports/tests/**/*.*'
retention-days: 3