Skip to content

Commit

Permalink
Adding Surefire test reports to generate
Browse files Browse the repository at this point in the history
Signed-off-by: Jalander Ramagiri <[email protected]>
  • Loading branch information
Jalander Ramagiri committed Jan 11, 2024
1 parent e2796f2 commit f7f24f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ jobs:

- name: Build
run: ./mvnw -ntp -B --file pom.xml verify

- name: Generate Surefire test reports
run: ./mvnw surefire-report:report

- name: Access Surefire test report
uses: actions/upload-artifact@v4
with:
name: surefire-reports
path: ./sdk/target/site/

0 comments on commit f7f24f4

Please sign in to comment.