소스 검색

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: