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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 61a0dd846e the Apache org only allows 
EnricoMi/publish-unit-test-result-action@* but not the /macos and /windows 
subpaths (#1638)
61a0dd846e is described below

commit 61a0dd846eba9eb2c922fd50c75a9aee6737503a
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Jan 28 20:59:41 2026 +0100

    the Apache org only allows EnricoMi/publish-unit-test-result-action@* but 
not the /macos and /windows subpaths (#1638)
---
 .github/workflows/ci-nightly.yml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index 586dc57f5f..f2ac9419f1 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -75,7 +75,7 @@ jobs:
         with:
           name: test-results-${{ matrix.os }}-java${{ matrix.java-version }}
           path: '**/target/surefire-reports/*.xml'
-      - name: Publish Test Results (Linux)
+      - name: Publish Test Results
         if: (!cancelled()) && runner.os == 'Linux'
         uses: EnricoMi/publish-unit-test-result-action@v2
         with:
@@ -84,21 +84,3 @@ jobs:
           report_suite_logs: error
           check_name: Test Results (${{ matrix.os }}, Java ${{ 
matrix.java-version }})
           files: '**/target/surefire-reports/*.xml'
-      - name: Publish Test Results (macOS)
-        if: (!cancelled()) && runner.os == 'macOS'
-        uses: EnricoMi/publish-unit-test-result-action/macos@v2
-        with:
-          large_files: true
-          report_individual_runs: true
-          report_suite_logs: error
-          check_name: Test Results (${{ matrix.os }}, Java ${{ 
matrix.java-version }})
-          files: '**/target/surefire-reports/*.xml'
-      - name: Publish Test Results (Windows)
-        if: (!cancelled()) && runner.os == 'Windows'
-        uses: EnricoMi/publish-unit-test-result-action/windows@v2
-        with:
-          large_files: true
-          report_individual_runs: true
-          report_suite_logs: error
-          check_name: Test Results (${{ matrix.os }}, Java ${{ 
matrix.java-version }})
-          files: '**/target/surefire-reports/*.xml'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to