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 64502905a4 Update CI configuration to use bash on Windows and profile 
for quick tests (#1700)
64502905a4 is described below

commit 64502905a45399a4beade062470f679b707b7ddb
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Thu Feb 19 10:37:05 2026 +0100

    Update CI configuration to use bash on Windows and profile for quick tests 
(#1700)
---
 .github/workflows/ci-nightly.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index a8e7100e67..a0ef953154 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -77,7 +77,8 @@ jobs:
           java-version: ${{ matrix.java-version }}
           distribution: temurin
       - name: Test
-        run: mvn -B -e -fae verify -Dactivemq.tests=quick 
-Dsurefire.rerunFailingTestsCount=3
+        shell: bash
+        run: mvn -B -e -fae verify -Pactivemq.tests-quick 
-Dsurefire.rerunFailingTestsCount=3
       - name: Upload Test Results
         if: (!cancelled())
         uses: actions/upload-artifact@v4


---------------------------------------------------------------------
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