Skip to content

Commit 5fb6207

Browse files
committed
Temporary debug
1 parent a32079d commit 5fb6207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Maven Checks
8383
run: |
8484
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
85-
$MAVEN clean verify -B --strict-checksums -V -T 1C -DskipTests -P ci
85+
$MAVEN clean verify -B --strict-checksums -V -T 1C -DskipTests -P ci -X
8686
- name: Remove Trino from local Maven repo to avoid caching it
8787
# Avoid caching artifacts built in this job, cache should only include dependencies
8888
if: steps.cache.outputs.cache-hit != 'true' && matrix.cache == 'true'

0 commit comments

Comments
 (0)