Skip to content

Commit

Permalink
avoid compare failure
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Sep 16, 2024
1 parent 6a53583 commit d6bf5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
definition-file: https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/pull-request-config.yaml
env:
BUILD_MVN_OPTS_CURRENT: '-Dvalidate-formatting'
BUILD_MVN_OPTS_CURRENT: '-Dvalidate-formatting -Dcompare.fail=false'
- name: Junit Report
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/action-junit-report@main
if: ${{ always() }}
Expand Down

0 comments on commit d6bf5cb

Please sign in to comment.