From 2e516ea8d9356c9a013650cd4238fe14dbd11e3b Mon Sep 17 00:00:00 2001 From: zero88 Date: Mon, 3 Oct 2022 11:31:50 +0700 Subject: [PATCH] hey --- .github/workflows/jooqx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jooqx.yml b/.github/workflows/jooqx.yml index 3540aafd..407a28e8 100644 --- a/.github/workflows/jooqx.yml +++ b/.github/workflows/jooqx.yml @@ -124,8 +124,8 @@ jobs: -Pprofile=${{ env.PROFILE }} \ -PdbImage=${{ steps.db_profile.outputs.dbImage }} \ -PsemanticVersion=${{ needs.context.outputs.semanticVersion }} \ - | tee 1>&2 | grep -c 'There were failing tests') - exit $count + | tee 1>&2 | grep -c 'There were failing tests' ||:) + (( count > 0 )) && exit 1 || echo # - name: SonarQube # shell: bash