Skip to content

Commit a866d25

Browse files
author
Tim Middleton
committed
Fixup failing test against main
1 parent 8583681 commit a866d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-against-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
COH_VERSION=`cat ${POM_FILE} | grep '<revision>' | sed -e 's,^.*<revision>,,' -e 's,</revision>.*$,,'`
118118
119119
echo "Running verify against $COH_VERSION"
120-
mvn --file coherence-visualvm-tests/coherence-visualvm-tests-ce/pom.xml --batch-mode -e -Dcoherence.version=$COH_VERSION clean install
120+
mvn --file coherence-visualvm-tests/coherence-visualvm-tests-ce/pom.xml --batch-mode -nsu -e -Dcoherence.version=$COH_VERSION clean install
121121
122122
echo "Removing Coherence cloned directory"
123123
CLONE_DIR=coherence-$COH_BRANCH

0 commit comments

Comments
 (0)