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 94fb5f1282 Windows does not like -P followed by -D (#1693)
94fb5f1282 is described below
commit 94fb5f12821439322fa19501613df42dc34ff5a5
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Wed Feb 18 11:25:23 2026 +0100
Windows does not like -P followed by -D (#1693)
Using system properties should be fine
---
.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 205cd10b03..a8e7100e67 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -54,6 +54,7 @@ jobs:
run: mvn apache-rat:check
test:
+ name: test
permissions:
contents: read
@@ -76,7 +77,7 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: temurin
- name: Test
- run: mvn -B -e -fae verify -Pactivemq.tests-quick
-Dsurefire.rerunFailingTestsCount=3
+ run: mvn -B -e -fae verify -Dactivemq.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