Skip to content

Commit

Permalink
Check outcome
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 16, 2023
1 parent cf5ae2c commit 14a95ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/solution-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: >
- id: binaries
run: >
ansible-playbook binaries.yml
-e binary_repo=maven.pkg.github.com
-e focus=solution
Expand All @@ -43,7 +44,7 @@ jobs:
if: ${{ !cancelled() }}
with:
check_name: Unit Test Report
require_tests: "${{ !success() }}"
require_tests: "${{ steps.binaries.outcome != 'success' }}"
fail_on_failure: true
job_summary: false
report_paths: |
Expand Down

0 comments on commit 14a95ec

Please sign in to comment.