Skip to content

Commit

Permalink
fix: remove build to see if boot build image also builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed May 30, 2024
1 parent 9b77187 commit 3997779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle
run: ./gradlew build -x test
# - name: Build with Gradle
# run: ./gradlew build -x test

- name: Build docker image
run: ./gradlew bootBuildImage
Expand Down

0 comments on commit 3997779

Please sign in to comment.