Skip to content

Commit 7de4f78

Browse files
Jalander Ramagiriafrittoli
authored andcommitted
Adding Surefire test reports to generate
Signed-off-by: Jalander Ramagiri <jalander.ramagiri@est.tech>
1 parent 92da07a commit 7de4f78

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,12 @@ jobs:
2828

2929
- name: Build
3030
run: ./mvnw -ntp -B --file pom.xml verify
31+
32+
- name: Generate Surefire test reports
33+
run: ./mvnw surefire-report:report
34+
35+
- name: Access Surefire test report
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: surefire-reports
39+
path: ./sdk/target/site/

0 commit comments

Comments
 (0)