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