From 85665630e09d34ab1b6f13730e5bc31bbb0cfb1c Mon Sep 17 00:00:00 2001 From: John Watson Date: Tue, 10 Dec 2024 20:53:47 +0000 Subject: [PATCH] fix: alternative fix for api tests --- .github/workflows/run-api-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-api-test.yml b/.github/workflows/run-api-test.yml index 1048dfed7c..93fd158ff1 100644 --- a/.github/workflows/run-api-test.yml +++ b/.github/workflows/run-api-test.yml @@ -111,7 +111,7 @@ jobs: # Check the exit code if [ -z "$exit_code" ]; then echo "Deno task succeeded [ or the orchestration failed for a totally non-valid reason ]!" - break + exit 0 fi n=$((n+1))