- add junit report

This commit is contained in:
Mike Penz
2025-07-13 15:19:50 +02:00
parent e525272f9d
commit 6d3b9cdba9
3 changed files with 59 additions and 5 deletions
+6
View File
@@ -32,6 +32,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: 'junit.xml'
test:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest