Skip to content

Commit b623a9e

Browse files
committed
Capture test results in PR workflow.
1 parent d9ade78 commit b623a9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-build-workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,10 @@ jobs:
2828
uses: burrunan/gradle-cache-action@v1
2929
with:
3030
arguments: check
31+
32+
- name: Capture Test Results
33+
uses: actions/upload-artifact@v2
34+
with:
35+
name: test-results
36+
path: spring-rabbit/build/reports/tests
37+
retention-days: 3

0 commit comments

Comments
 (0)