Skip to content

Commit 6450290

Browse files
authored
Update CI configuration to use bash on Windows and profile for quick tests (#1700)
1 parent 7993a69 commit 6450290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
java-version: ${{ matrix.java-version }}
7878
distribution: temurin
7979
- name: Test
80-
run: mvn -B -e -fae verify -Dactivemq.tests=quick -Dsurefire.rerunFailingTestsCount=3
80+
shell: bash
81+
run: mvn -B -e -fae verify -Pactivemq.tests-quick -Dsurefire.rerunFailingTestsCount=3
8182
- name: Upload Test Results
8283
if: (!cancelled())
8384
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)