Skip to content

Commit 70bd55b

Browse files
committed
add skipTests
1 parent 8f82590 commit 70bd55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mvn-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
key: maven-repo-${{ github.run_id }}-${{ github.run_attempt }}
223223

224224
- name: Build packages for Builder Tests
225-
run: ./mvnw clean package --batch-mode --errors --show-version
225+
run: ./mvnw clean package -DskipTests --batch-mode --errors --show-version
226226

227227
- name: Run Builder Tests
228228
working-directory: package

0 commit comments

Comments
 (0)