Skip to content

Commit

Permalink
hey
Browse files Browse the repository at this point in the history
  • Loading branch information
zero88 committed Oct 3, 2022
1 parent d761731 commit 2e516ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jooqx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e516ea

Please sign in to comment.