From af7a456e00a03c72a8eb532753647d08dacedee3 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Fri, 11 Aug 2023 18:30:47 -0700 Subject: [PATCH] If regression tests empty continue (#290) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db450a9..aa1d9ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -218,7 +218,6 @@ jobs: # Check if the exit code was 5, and if so, exit with 0 instead if [ $EXIT_CODE -eq 5 ]; then echo "regression_tests.json is empty." - exit 0 fi ${prefix}agbenchmark start --mock