From 1498326f45eca60e9659f598bfda4a29b72039a6 Mon Sep 17 00:00:00 2001 From: kramo <93832451+kra-mo@users.noreply.github.com> Date: Sun, 2 Jul 2023 13:03:34 +0200 Subject: [PATCH] Exit differently --- .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 7f4d654..0988271 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Test shell: msys2 {0} - run: timeout 2 cartridges; [ "$?" -eq "124" ] && true + run: timeout 2 cartridges; [ "$?" -eq "124" ] && exit 0 - name: Inno Setup run: iscc ".\_build\Cartridges.iss"