Capture test results in PR workflow.
This commit is contained in:
7
.github/workflows/pr-build-workflow.yml
vendored
7
.github/workflows/pr-build-workflow.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user