From 521d67423184fd9ea3a815588f1d06a2736e9650 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Mon, 4 Nov 2024 14:22:07 +0100 Subject: [PATCH] Fixup of check. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cb04261..6458fcdb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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