Skip to content

Commit 1e663bc

Browse files
committed
Revert "Install compiled artifacts"
This reverts commit 75704af. For test only
1 parent 52a5b0b commit 1e663bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
8080
$MAVEN clean install ${MAVEN_FAST_INSTALL} -pl :trino-spi -am
81-
$MAVEN clean verify install -B --strict-checksums -DskipTests -pl :trino-spi
81+
$MAVEN clean verify -B --strict-checksums -DskipTests -pl :trino-spi
8282
- name: Maven Checks
8383
run: |
8484
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
199199
# 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 install -DskipTests -Dair.check.skip-all=true ${MAVEN_GIB} -Dgib.buildUpstream=never -P errorprone-compiler \
200+
$MAVEN ${MAVEN_TEST} -T 1C clean compile test-compile -DskipTests -Dair.check.skip-all=true ${MAVEN_GIB} -Dgib.buildUpstream=never -P errorprone-compiler \
201201
-pl '!:trino-docs,!:trino-server'
202202
203203
test-jdbc-compatibility:
@@ -328,7 +328,7 @@ jobs:
328328
- name: Maven Tests
329329
id: tests
330330
run: |
331-
$MAVEN test install ${MAVEN_TEST} -pl '
331+
$MAVEN test ${MAVEN_TEST} -pl '
332332
!:trino-base-jdbc,
333333
!:trino-bigquery,
334334
!:trino-cassandra,

0 commit comments

Comments
 (0)