We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Test Reporter
1 parent 2e23cc6 commit bf975f6Copy full SHA for bf975f6
1 file changed
.github/workflows/vunit.yml
@@ -55,7 +55,14 @@ jobs:
55
env:
56
VUNIT_CI_MODE: "true"
57
timeout-minutes: 15 # Test execution timeout
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
66
- name: Generate XUnit Viewer Report
67
uses: AutoModality/action-xunit-viewer@7cb0d0fc8cc104017ac5ebd7d9082213a311d4a2 # v1
68
if: always()
0 commit comments