Skip to content

Commit fc1a79c

Browse files
committed
Merge branch 'develop' into feature/diary
2 parents a5ee16f + 572c26a commit fc1a79c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: MySQL 컨테이너 실행
3939
run: |
40-
docker run --name test-mysql \
40+
docker run --name log4u-mysql \
4141
-e MYSQL_ROOT_PASSWORD=root \
4242
-e MYSQL_DATABASE=log4u \
4343
-e MYSQL_USER=dev \

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ checkstyle {
7878

7979
sonar {
8080
properties {
81-
property("sonar.projectKey", "sapiens2000-dev_simple-sns")
82-
property("sonar.organization", "sapiens2000-dev")
81+
property("sonar.projectKey", "WEB3_4_Log4U_BE")
82+
property("sonar.organization", "prgrms-web-devcourse-final-project")
8383
property("sonar.host.url", "https://sonarcloud.io")
8484
property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml")
8585
property("sonar.java.checkstyle.reportPaths", "build/reports/checkstyle/main.xml")

0 commit comments

Comments
 (0)