File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments