From e61440d3ce6f32a3b269a0d68141d2e80e4b052e Mon Sep 17 00:00:00 2001 From: Jan Stastny Date: Mon, 6 Nov 2023 16:53:48 +0100 Subject: [PATCH] 8.x kie-issues#674: update GHA references (#614) * kie-issues#674: update GHA references * change surefire action --------- Co-authored-by: jstastny-cz --- .github/workflows/full-downstream.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/full-downstream.yml b/.github/workflows/full-downstream.yml index d74e9dd9..befa4317 100644 --- a/.github/workflows/full-downstream.yml +++ b/.github/workflows/full-downstream.yml @@ -52,16 +52,12 @@ jobs: restore-keys: ${{ runner.os }}-${{ matrix.java-version }}-m2 - name: Build Chain ${{ matrix.java-version }} id: build-chain - uses: apache/incubator-kie-kogito-pipelines/.ci/actions/github-action-build-chain@v3.1.10 + uses: apache/incubator-kie-kogito-pipelines/.ci/actions/build-chain@main with: definition-file: https://raw.githubusercontent.com/${GROUP}/incubator-kie-optaplanner/main/.ci/buildchain-config.yaml env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" OPTAPLANNER_BUILD_MVN_OPTS_UPSTREAM: "-Dfull" - - name: Check Surefire Report + - name: Surefire Report + uses: apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main if: ${{ always() }} - uses: ScaCap/action-surefire-report@v1.6.2 - with: - fail_on_test_failures: true - fail_if_no_tests: false - skip_publishing: true