Skip to content

Commit 9edae42

Browse files
author
Aaron Roller
committed
docs: added fail case AM-337/gtest
1 parent 4ce86c1 commit 9edae42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ the corresponding Action Run.
2222
Assumes your test reports exist in a folder named `test-reports` and generates the
2323
report at `test-reports/index.html`.
2424

25+
This test will report a failure if any of the tests failed or errored. `fail=false` will disable.
26+
2527
```
2628
name: Test
2729
on: push
@@ -36,7 +38,7 @@ jobs:
3638
- name: Attach the report
3739
uses: actions/upload-artifact@v1
3840
with:
39-
name: test-reports
41+
name: ${{ steps.xunit-viewer.outputs.report-name }}
4042
path: ${{ steps.xunit-viewer.outputs.report-dir }}
4143
4244
```

0 commit comments

Comments
 (0)