Skip to content

Commit 521d674

Browse files
committed
Fixup of check.
1 parent 40a707a commit 521d674

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
@@ -137,7 +137,7 @@ jobs:
137137

138138
- name: Validate test results
139139
run: |
140-
if [[ ! -f *-test-results/test_report_* ]]; then
140+
if [[ ! -n "$(find . -name '*-test-results/test_report_**' -print -quit)" ]]; then
141141
# No test output to parse
142142
exit 0
143143
fi

0 commit comments

Comments
 (0)