We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f4539 commit fee21c4Copy full SHA for fee21c4
.github/workflows/dev-build.yml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
chmod +x ./gradlew
75
# 소나클라우드 임시 비활성화 ./gradlew build jacocoTestReport sonar --info -Pprofile=dev -Dsonar.branch.name=${{ github.ref_name }}
76
- ./gradlew build jacocoTestReport -Pprofile=dev
+ ./gradlew build -i jacocoTestReport -Pprofile=dev
77
78
- name: Docker MySQL 종료 및 제거
79
0 commit comments