We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bf8cf0 + 5cfca94 commit 31e28c4Copy full SHA for 31e28c4
1 file changed
.github/workflows/pr_build_linux.yml
@@ -351,7 +351,7 @@ jobs:
351
352
- name: Build project
353
run: |
354
- ./mvnw -B -Prelease compile test-compile -DskipTests
+ ./mvnw -B -Prelease install -DskipTests
355
356
- name: Generate TPC-H data (SF=1)
357
if: steps.cache-tpch.outputs.cache-hit != 'true'
@@ -407,7 +407,7 @@ jobs:
407
408
409
410
411
412
- name: Checkout tpcds-kit
413
if: steps.cache-tpcds.outputs.cache-hit != 'true'
0 commit comments