Skip to content

Commit

Permalink
fix: test 없이 build 하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed May 9, 2024
1 parent 606cc69 commit 16dbaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: chmod +x ./gradlew

- name: Spring Boot Build
run: ./gradlew clean build
run: ./gradlew build

- name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit 16dbaff

Please sign in to comment.