This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 5215d0c7b92 [NO-ISSUE] Remove Surefire Reports (#6868)
5215d0c7b92 is described below
commit 5215d0c7b92c6b2982c0b3b771aaa2f4b220f46a
Author: Kbowers <[email protected]>
AuthorDate: Tue Aug 4 12:40:13 2026 +0100
[NO-ISSUE] Remove Surefire Reports (#6868)
---
.github/workflows/pr-downstream.yml | 5 -----
.github/workflows/pr-drools.yml | 5 -----
2 files changed, 10 deletions(-)
diff --git a/.github/workflows/pr-downstream.yml
b/.github/workflows/pr-downstream.yml
index 17cfcbdcd8f..66ce2316d8a 100644
--- a/.github/workflows/pr-downstream.yml
+++ b/.github/workflows/pr-downstream.yml
@@ -84,11 +84,6 @@ jobs:
env:
BUILD_MVN_OPTS: ${{ matrix.env_BUILD_MVN_OPTS }}
KOGITO_EXAMPLES_SUBFOLDER_POM: ${{
matrix.env_KOGITO_EXAMPLES_SUBFOLDER_POM }}
- - name: Surefire Report
- uses:
apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
- if: ${{ always() }}
- with:
- report_paths: '**/*-reports/TEST-*.xml'
- name: Upload Dependency Trees
uses: actions/upload-artifact@v7
if: ${{ always() }}
diff --git a/.github/workflows/pr-drools.yml b/.github/workflows/pr-drools.yml
index 5e73ba3e3ae..44b9dd9d28b 100644
--- a/.github/workflows/pr-drools.yml
+++ b/.github/workflows/pr-drools.yml
@@ -69,11 +69,6 @@ jobs:
definition-file:
https://raw.githubusercontent.com/${GROUP:apache}/incubator-kie-kogito-pipelines/${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:
apache/incubator-kie-kogito-pipelines/.ci/actions/surefire-report@main
- if: ${{ always() }}
- with:
- report_paths: '**/*-reports/TEST-*.xml'
- name: Upload Dependency Trees
uses: actions/upload-artifact@v7
if: ${{ always() }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]