Skip to content

Commit

Permalink
Add failing test as example (#3151)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
StevenACoffman committed Jun 20, 2024
1 parent d00ace3 commit 7c8bc50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/report.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: test report
on:
workflow_run:
workflows: [build]
types: [completed]
workflows: ["Test"]
types:
- completed

permissions:
checks: write
Expand All @@ -18,7 +19,7 @@ jobs:
workflow: ${{ github.event.workflow.id }}
run_id: ${{ github.event.workflow_run.id }}
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4.3.0
with:
commit: ${{github.event.workflow_run.head_sha}}
report_paths: '**/*.xml'

0 comments on commit 7c8bc50

Please sign in to comment.