From 6e24043927d25682280c66ccff33b7e01b25bc8e Mon Sep 17 00:00:00 2001 From: gindibay Date: Wed, 12 Jul 2023 22:10:52 +0300 Subject: [PATCH] Tests exit 1 in step --- .github/workflows/packaging-test-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index d71ad73f0..a9a38bfbd 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -78,6 +78,7 @@ jobs: set -ex git config --global --add safe.directory /__w/citus/citus make CFLAGS="-Wno-missing-braces" -sj$(cat /proc/cpuinfo | grep "core id" | wc -l) 2>&1 | tee -a output.log + exit 1 - name: Make install run: |