Skip to content

Commit

Permalink
feat:Githfix:deploy.yml 테스트 건너뛰기
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed May 22, 2024
1 parent 91a82bf commit c54ec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# Spring Boot 애플리케이션을 빌드한다.
- name: Build With Gradle
run: ./gradlew build
run: ./gradlew build -x test # 일단 테스트 건너뛰기

# Docker 이미지를 빌드한다.
- name: docker image build
Expand Down

0 comments on commit c54ec18

Please sign in to comment.