Skip to content

Commit

Permalink
Update from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethomson committed Apr 22, 2022
1 parent 47a43e2 commit 77bb5a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ To set up the test summary action, just add a few lines of YAML to your GitHub A
uses: test-summary/action@v1
with:
paths: "test/results/**/TEST-*.xml"
output: test-summary.md
if: always()
```
Expand All @@ -33,7 +32,6 @@ Update `paths` to match the test output file(s) that your test harness produces.
paths: |
test-one/**/TEST-*.xml
test-two/results/results.tap
output: test-summary.md
if: always()
```

Expand Down Expand Up @@ -90,7 +88,7 @@ Options are specified on the [`with` map](https://docs.github.com/en/actions/usi
paths: "test/results/**/TEST-*.xml"
```

* **`output`: the output file to create** (required)
* **`output`: the output file to create** (optional)
This is the path to the output file to populate with the test summary markdown data. For example:

```yaml
Expand All @@ -99,6 +97,8 @@ Options are specified on the [`with` map](https://docs.github.com/en/actions/usi
output: "test/results/summary.md"
```

If this is not specified, the output will be to the workflow summary.

This file is [GitHub Flavored Markdown (GFM)](https://github.github.com/gfm/) and may include permitted HTML.

FAQ
Expand Down

0 comments on commit 77bb5a9

Please sign in to comment.