From 4ee83eebcc38948d0d407c710e5f0e4f621084b2 Mon Sep 17 00:00:00 2001 From: Aleksandar Stanchev Date: Wed, 2 Oct 2024 13:30:33 +0300 Subject: [PATCH] #2029 test reports publishing fix --- .github/workflows/system-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 22c57f80fe..b24bf091f5 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -363,4 +363,6 @@ jobs: uses: scacap/action-surefire-report@v1 with: report_paths: 'ditto-testing/**/failsafe-reports/TEST-*.xml' + create_check: 'false' + fail_on_test_failures: 'true'