Skip to content

Commit cfe51bf

Browse files
committed
merge build.yml changes
1 parent b7b9da6 commit cfe51bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
coherence_version: [14.1.1-0-4, 20.12.1, 21.06-SNAPSHOT]
54+
coherence_version: [14.1.1-0-10, 22.06.1, 22.09-SNAPSHOT]
5555

5656
steps:
5757
- name: Checkout
@@ -81,14 +81,14 @@ jobs:
8181
- name: Build test server
8282
run: |
8383
pushd tests/test-server
84-
mvn clean install -s .mvn/settings.xml -Drevision=${{ matrix.coherence_version }}
84+
mvn --batch-mode -e clean install -s .mvn/settings.xml -Drevision=${{ matrix.coherence_version }}
8585
popd
8686
8787
# Start test server
8888
- name: Start test server
8989
run: |
9090
pushd tests/test-server
91-
mvn exec:exec -s .mvn/settings.xml -Drevision=${{ matrix.coherence_version }} &
91+
mvn --batch-mode -e exec:exec -s .mvn/settings.xml -Drevision=${{ matrix.coherence_version }} &
9292
sleep 30
9393
popd
9494

0 commit comments

Comments
 (0)