We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce86c1 commit 9edae42Copy full SHA for 9edae42
README.md
@@ -22,6 +22,8 @@ the corresponding Action Run.
22
Assumes your test reports exist in a folder named `test-reports` and generates the
23
report at `test-reports/index.html`.
24
25
+This test will report a failure if any of the tests failed or errored. `fail=false` will disable.
26
+
27
```
28
name: Test
29
on: push
@@ -36,7 +38,7 @@ jobs:
36
38
- name: Attach the report
37
39
uses: actions/upload-artifact@v1
40
with:
- name: test-reports
41
+ name: ${{ steps.xunit-viewer.outputs.report-name }}
42
path: ${{ steps.xunit-viewer.outputs.report-dir }}
43
44
0 commit comments