From 4de2a33b734186ddece6eb8e80c00ce6ae0ca962 Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 22 Jan 2024 14:41:39 +0530 Subject: [PATCH] Fail after unit-tests --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2db3763fa..f2f308aea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -323,6 +323,9 @@ jobs: if-no-files-found: error retention-days: 14 + - name: fail + run: exit 1 + Test-Suite-Fork: needs: [Precheck] environment: Testing