docs(path): Clarify test result paths format

I tried arrays and some other values I've now forgotten about but this is what ended up
working for me:

```
          path: >-
            ./build/*/pytest-junit.xml,
            ./build/*/prospector-xunit.xml
```
This commit is contained in:
Ross Patterson 2023-01-04 21:08:05 -08:00 committed by GitHub
parent e9fa2f582c
commit a5487e1e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ jobs:
# Name of the Check Run which will be created # Name of the Check Run which will be created
name: '' name: ''
# Coma separated list of paths to test results # The paths to test results, comma separated strings.
# Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob) # Supports wildcards via [fast-glob](https://github.com/mrmlnc/fast-glob)
# All matched result files must be of the same format # All matched result files must be of the same format
path: '' path: ''