-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kie-issues#674: update GHA references
- Loading branch information
jstastny-cz
committed
Nov 6, 2023
1 parent
3a2c8d7
commit c0b8770
Showing
7 changed files
with
12 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,16 +52,12 @@ jobs: | |
restore-keys: ${{ runner.os }}-${{ matrix.java-version }}-m2 | ||
- name: Build Chain ${{ matrix.java-version }} | ||
id: build-chain | ||
uses: kiegroup/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}/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.