Skip to content

Commit

Permalink
Skip testing when building image
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 11, 2024
1 parent 24ec8c9 commit c6a70cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Build container image tarball
run: |
mvn $MAVEN_ARGS jib:buildTar
MAVEN_SKIP_ARGS="-Dmaven.test.skip=true -Dmaven.source.skip=true"
mvn $MAVEN_ARGS $MAVEN_SKIP_ARGS package jib:buildTar
cli-integration-tests:

Expand Down

0 comments on commit c6a70cc

Please sign in to comment.