Skip to content

Commit

Permalink
Try this one
Browse files Browse the repository at this point in the history
  • Loading branch information
altrisi authored Jun 26, 2024
1 parent a4a1970 commit 4178771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
name: "Test results for Pull Request #${{github.event.number}}"
path: build/junit.xml
- name: Test Summary
uses: test-summary/action@v2.4
with:
paths: "build/junit.xml"
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: always()
with:
report_paths: 'build/junit.xml'

0 comments on commit 4178771

Please sign in to comment.