Skip to content

Commit

Permalink
Test fail on empty
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 17, 2023
1 parent 7a33fe0 commit 9e2a32e
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 @@ -26,13 +26,14 @@ jobs:
with:
tools: python java
# - run: ansible-playbook sources.yml -l lib:app
- run: exit 1
- run: echo foo
working-directory: .dx
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: binaries
run: >
echo 1 &&
ansible-playbook binaries.yml
-e binary_repo=maven.pkg.github.com
-e focus=solution
Expand All @@ -46,5 +47,5 @@ jobs:
check_name: Unit Test Report
report_paths: "**/target/surefire-reports/TEST-*.xml"
require_tests: "${{ steps.binaries.outcome == 'failure' }}"
fail_on_failure: true
fail_on_failure: false
job_summary: false

0 comments on commit 9e2a32e

Please sign in to comment.