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 82
82
- name : Maven Checks
83
83
run : |
84
84
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
85
- $MAVEN clean verify -B --strict-checksums -V -T 1C -DskipTests -P ci
85
+ $MAVEN clean install verify -B --strict-checksums -V -T 1C -DskipTests -P ci
86
86
- name : Remove Trino from local Maven repo to avoid caching it
87
87
# Avoid caching artifacts built in this job, cache should only include dependencies
88
88
if : steps.cache.outputs.cache-hit != 'true' && matrix.cache == 'true'
@@ -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