Skip to content

Commit 431f6c6

Browse files
committed
Skip tests
1 parent 8e3f784 commit 431f6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
date_time=`date +"%Y-%m-%dT%H-%M-%S"`
5353
docker_tag_long="$otp_version-$date_time-$commit_hash"
5454
55-
mvn --batch-mode -P prettierSkip install com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long
55+
mvn --batch-mode -P prettierSkip install -DskipTests com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long

0 commit comments

Comments
 (0)