Skip to content

Commit 5cfca94

Browse files
authored
fix: use install instead of compile in TPC CI jobs (#3263)
1 parent 077005c commit 5cfca94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351

352352
- name: Build project
353353
run: |
354-
./mvnw -B -Prelease compile test-compile -DskipTests
354+
./mvnw -B -Prelease install -DskipTests
355355
356356
- name: Generate TPC-H data (SF=1)
357357
if: steps.cache-tpch.outputs.cache-hit != 'true'
@@ -407,7 +407,7 @@ jobs:
407407

408408
- name: Build project
409409
run: |
410-
./mvnw -B -Prelease compile test-compile -DskipTests
410+
./mvnw -B -Prelease install -DskipTests
411411
412412
- name: Checkout tpcds-kit
413413
if: steps.cache-tpcds.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)