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 af43a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ jobs:

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

0 comments on commit af43a3d

Please sign in to comment.