Skip to content

Commit 15f61b2

Browse files
committed
Fix downstream build
1 parent 5e224a8 commit 15f61b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cd ~
4646
mvn -B -f geoserver/src/pom.xml install -nsu -Prelease -Dspotless.apply.skip=true -DskipTests
4747
mvn -B -f geoserver/src/community/pom.xml install -nsu -DcommunityRelease -Dspotless.apply.skip=true -DskipTests
48-
mvn -B -f geoserver/src/pom.xml test -T2 -nsu -Djvm.opts="$TEST_OPTS" -Prelease -Dspotless.apply.skip=true
48+
mvn -B -f geoserver/src/pom.xml verify -T2 -nsu -Djvm.opts="$TEST_OPTS" -Prelease -Dspotless.apply.skip=true
4949
- name: Remove SNAPSHOT jars from repository
5050
run: |
5151
find ~/.m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}

0 commit comments

Comments
 (0)