We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install
compile
1 parent 077005c commit 5cfca94Copy full SHA for 5cfca94
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