From 9e2a32e671700789addcae67d331d6a0f34474fb Mon Sep 17 00:00:00 2001
From: Pavel Vetokhin
Date: Sun, 17 Sep 2023 10:02:13 +0300
Subject: [PATCH] Test fail on empty
---
.github/workflows/solution-sanity.yml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/solution-sanity.yml b/.github/workflows/solution-sanity.yml
index 366cd7ae..a908b985 100644
--- a/.github/workflows/solution-sanity.yml
+++ b/.github/workflows/solution-sanity.yml
@@ -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
@@ -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