Skip to content

Commit 0c1e1f8

Browse files
committed
Fixup.
1 parent 0243ac0 commit 0c1e1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Validate test results
147147
run: |
148-
for json_report in *-test-results-*/test_report_*
148+
for json_report in *-test-results/test_report_*
149149
do
150150
jq --raw-output '"PASS \(map(select(.pass == true)) | length)/\(length)'" $json_report\"" "$json_report"
151151
done

0 commit comments

Comments
 (0)