From d606adb1354a06fc8f37c463fd06cac14ac8bbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Wed, 4 Sep 2024 11:31:53 +0200 Subject: [PATCH] fix(workflows/apps): set +e to avoid aborting contrib tests if any of them fails --- .github/workflows/apps/test-contrib-submodules.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps/test-contrib-submodules.sh b/.github/workflows/apps/test-contrib-submodules.sh index f7514419a0..b1c3909893 100755 --- a/.github/workflows/apps/test-contrib-submodules.sh +++ b/.github/workflows/apps/test-contrib-submodules.sh @@ -1,6 +1,6 @@ #!/bin/bash -set -e +set +e # This script is used to test the contrib submodules in the apps directory. # It is run by the GitHub Actions CI workflow defined in