Skip to content

Commit 2abe1d9

Browse files
committed
Fixup
1 parent 0ae411a commit 2abe1d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ jobs:
137137

138138
- name: Validate test results
139139
run: |
140+
if [ ! -f *-test-results/test_report_* ]; then
141+
# No test output to parse
142+
exit 0
143+
fi
144+
140145
for json_report in *-test-results/test_report_*
141146
do
142147
jq --raw-output '"PASS \(map(select(.pass == true)) | length)/\(length)'" $json_report\"" "$json_report"

0 commit comments

Comments
 (0)