Skip to content

Commit fee21c4

Browse files
committed
chore: 빌드 시 정보 표기
1 parent 68f4539 commit fee21c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
chmod +x ./gradlew
7575
# 소나클라우드 임시 비활성화 ./gradlew build jacocoTestReport sonar --info -Pprofile=dev -Dsonar.branch.name=${{ github.ref_name }}
76-
./gradlew build jacocoTestReport -Pprofile=dev
76+
./gradlew build -i jacocoTestReport -Pprofile=dev
7777
7878
- name: Docker MySQL 종료 및 제거
7979
run: |

0 commit comments

Comments
 (0)