Skip to content

Commit

Permalink
Fixup of check.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Nov 4, 2024
1 parent 40a707a commit 521d674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

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

0 comments on commit 521d674

Please sign in to comment.