We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7993a69 commit 6450290Copy full SHA for 6450290
.github/workflows/ci-nightly.yml
@@ -77,7 +77,8 @@ jobs:
77
java-version: ${{ matrix.java-version }}
78
distribution: temurin
79
- name: Test
80
- run: mvn -B -e -fae verify -Dactivemq.tests=quick -Dsurefire.rerunFailingTestsCount=3
+ shell: bash
81
+ run: mvn -B -e -fae verify -Pactivemq.tests-quick -Dsurefire.rerunFailingTestsCount=3
82
- name: Upload Test Results
83
if: (!cancelled())
84
uses: actions/upload-artifact@v4
0 commit comments