This is an automated email from the ASF dual-hosted git repository.

jstastnycz pushed a commit to branch 8.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-optaplanner-quickstarts.git


The following commit(s) were added to refs/heads/8.x by this push:
     new e61440d3 8.x kie-issues#674: update GHA references (#614)
e61440d3 is described below

commit e61440d3ce6f32a3b269a0d68141d2e80e4b052e
Author: Jan Stastny <[email protected]>
AuthorDate: Mon Nov 6 16:53:48 2023 +0100

    8.x kie-issues#674: update GHA references (#614)
    
    * kie-issues#674: update GHA references
    
    * change surefire action
    
    ---------
    
    Co-authored-by: jstastny-cz <[email protected]>
---
 .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/[email protected]
+        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/[email protected]
-        with:
-          fail_on_test_failures: true
-          fail_if_no_tests: false
-          skip_publishing: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to