Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit d72c5cd

Browse files
author
Corneil du Plessis
committed
Upload surefire reports.
1 parent 2bbbe88 commit d72c5cd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,14 @@ jobs:
5656
-Pfull \
5757
-U -B
5858
jfrog rt build-publish
59-
59+
- name: Capture Test Results
60+
if: ${{ always() }}
61+
uses: actions/upload-artifact@v3
62+
with:
63+
name: test-results
64+
path: '**/target/surefire-reports/**/*.*'
65+
retention-days: 7
66+
if-no-files-found: ignore
6067
# build and publish images via composite action
6168
- name: Build and Publish Images
6269
uses: ./.github/actions/build-images

0 commit comments

Comments
 (0)