Skip to content

Commit 86f23b0

Browse files
pfcoperezCopilot
andauthored
zc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 685daa7 commit 86f23b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/test-results.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set -eo pipefail # For jq to propagate yq failures.
2828
#
2929
yq -p=xml -o=json \
3030
'
31-
.testsuites.testsuite[] |
31+
((.testsuites.testsuite | select(kind == "seq") | .[]), (.testsuites.testsuite | select(kind == "map"))) |
3232
."+@timestamp" as $ts |
3333
select(has("testcase")) |
3434
((.testcase | select(kind == "seq") | .[]), (.testcase | select(kind == "map"))) |

0 commit comments

Comments
 (0)