Skip to content

Commit

Permalink
[BXMSPROD-2057] Updating references to the new kie-ci actions folder (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bacciotti committed Jun 14, 2023
1 parent 7088b88 commit 72399e7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@ jobs:
steps:
- name: Support long paths
if: ${{ matrix.os == 'windows-latest' }}
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/long-paths@main
uses: kiegroup/kie-ci/.ci/actions/long-paths@main
- name: Java and Maven Setup
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/maven@main
uses: kiegroup/kie-ci/.ci/actions/maven@main
with:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
- name: Build Chain
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/build-chain@main
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
with:
definition-file: https://raw.githubusercontent.com/${GROUP:kiegroup}/droolsjbpm-build-bootstrap/${BRANCH:main}/.ci/pull-request-config.yaml
annotations-prefix: ${{ runner.os }}-${{ matrix.java-version }}/${{ matrix.maven-version }}
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Surefire Report
uses: kiegroup/droolsjbpm-build-bootstrap/.ci/actions/surefire-report@main
uses: kiegroup/kie-ci/.ci/actions/surefire-report@main
if: ${{ always() }}

0 comments on commit 72399e7

Please sign in to comment.