Skip to content

Commit c6a70cc

Browse files
Skip testing when building image
1 parent 24ec8c9 commit c6a70cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
4949
- name: Build container image tarball
5050
run: |
51-
mvn $MAVEN_ARGS jib:buildTar
51+
MAVEN_SKIP_ARGS="-Dmaven.test.skip=true -Dmaven.source.skip=true"
52+
mvn $MAVEN_ARGS $MAVEN_SKIP_ARGS package jib:buildTar
5253
5354
cli-integration-tests:
5455

0 commit comments

Comments
 (0)