瀏覽代碼

ignore tests when building docker image

Daniel Bohry 1 年之前
父節點
當前提交
0dd56171e5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/buildAndRelease.yml

+ 1 - 1
.github/workflows/buildAndRelease.yml

@@ -33,7 +33,7 @@ jobs:
           java-version: '17'
           distribution: 'temurin'
       - name: Build the Docker image
-        run: ./mvnw spring-boot:build-image
+        run: ./mvnw spring-boot:build-image -DskipTests
       - name: Login to Docker Hub
         uses: docker/login-action@v2
         with: