Capture Test Results in PR Builds (#1735)
This commit is contained in:
8
.github/workflows/pr-build-workflow.yml
vendored
8
.github/workflows/pr-build-workflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user