We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32079d commit 5fb6207Copy full SHA for 5fb6207
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Maven Checks
83
run: |
84
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
85
- $MAVEN clean verify -B --strict-checksums -V -T 1C -DskipTests -P ci
+ $MAVEN clean verify -B --strict-checksums -V -T 1C -DskipTests -P ci -X
86
- name: Remove Trino from local Maven repo to avoid caching it
87
# Avoid caching artifacts built in this job, cache should only include dependencies
88
if: steps.cache.outputs.cache-hit != 'true' && matrix.cache == 'true'
0 commit comments