File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 78
78
run : |
79
79
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
80
80
$MAVEN clean install ${MAVEN_FAST_INSTALL} -pl :trino-spi -am
81
- $MAVEN clean verify -B --strict-checksums -DskipTests -pl :trino-spi
81
+ $MAVEN clean verify install -B --strict-checksums -DskipTests -pl :trino-spi
82
82
- name : Maven Checks
83
83
run : |
84
84
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
@@ -197,7 +197,7 @@ jobs:
197
197
run : |
198
198
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
199
199
# Skip checks, these are run in `maven-checks` job and e.g. checkstyle is expensive.
200
- $MAVEN ${MAVEN_TEST} -T 1C clean compile test-compile -DskipTests -Dair.check.skip-all=true ${MAVEN_GIB} -Dgib.buildUpstream=never -P errorprone-compiler \
200
+ $MAVEN ${MAVEN_TEST} -T 1C clean compile test-compile install -DskipTests -Dair.check.skip-all=true ${MAVEN_GIB} -Dgib.buildUpstream=never -P errorprone-compiler \
201
201
-pl '!:trino-docs,!:trino-server'
202
202
203
203
test-jdbc-compatibility :
@@ -328,7 +328,7 @@ jobs:
328
328
- name : Maven Tests
329
329
id : tests
330
330
run : |
331
- $MAVEN test ${MAVEN_TEST} -pl '
331
+ $MAVEN test install ${MAVEN_TEST} -pl '
332
332
!:trino-base-jdbc,
333
333
!:trino-bigquery,
334
334
!:trino-cassandra,
You can’t perform that action at this time.
0 commit comments