Skip to content

Commit bf975f6

Browse files
committed
Add Test Reporter GitHub Action Plugin
Fixes #27
1 parent 2e23cc6 commit bf975f6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/vunit.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,14 @@ jobs:
5555
env:
5656
VUNIT_CI_MODE: "true"
5757
timeout-minutes: 15 # Test execution timeout
58-
58+
- name: Test Report
59+
uses: dorny/test-reporter@c8370352934b730bc7f9acc17180a1f5f3964ffd # v2
60+
if: ${{ !cancelled() }}
61+
with:
62+
name: VUnit Test Results
63+
path: test-reports/vunit_results.xml
64+
reporter: java-junit
65+
fail-on-error: false
5966
- name: Generate XUnit Viewer Report
6067
uses: AutoModality/action-xunit-viewer@7cb0d0fc8cc104017ac5ebd7d9082213a311d4a2 # v1
6168
if: always()

0 commit comments

Comments
 (0)