From a5487e1e014df6b11f16aa3942eacd7282a77fdb Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Wed, 4 Jan 2023 21:08:05 -0800 Subject: [PATCH] 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 ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 727968f..40a8a8b 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ jobs: # Name of the Check Run which will be created 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) # All matched result files must be of the same format path: ''