Skip to content

Commit

Permalink
ci: update ci_windows.yml to make friendly UI Test Report (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiFilippov authored Sep 28, 2023
1 parent 0ce31fa commit ef09be8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:

- name: Publish Test Reports
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
uses: phoenix-actions/test-reporting@v12
with:
check_name: 'Windows Test Reports'
name: Windows Test Reports
path:
tests/*/*/*/TEST-*.xml
reporter: java-junit

0 comments on commit ef09be8

Please sign in to comment.