We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0243ac0 commit 0c1e1f8Copy full SHA for 0c1e1f8
.github/workflows/ci.yml
@@ -145,7 +145,7 @@ jobs:
145
146
- name: Validate test results
147
run: |
148
- for json_report in *-test-results-*/test_report_*
+ for json_report in *-test-results/test_report_*
149
do
150
jq --raw-output '"PASS \(map(select(.pass == true)) | length)/\(length)'" $json_report\"" "$json_report"
151
done
0 commit comments