Skip to content

Commit 36659ee

Browse files
committed
chore: CI 수정
1 parent 2f92a12 commit 36659ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
--health-cmd="mysqladmin ping -h 127.0.0.1 -proot"
3838
--health-interval=10s --health-timeout=5s --health-retries=10
3939
40-
redis:
41-
image: redis:alpine
42-
ports:
43-
- 6379:6379
44-
options: >-
45-
--health-cmd "redis-cli ping"
46-
--health-interval 10s
47-
--health-timeout 5s
48-
--health-retries 5
40+
redis:
41+
image: redis:alpine
42+
ports:
43+
- 6379:6379
44+
options: >-
45+
--health-cmd "redis-cli ping"
46+
--health-interval 10s
47+
--health-timeout 5s
48+
--health-retries 5
4949
5050
steps:
5151
# 현재 저장소의 소스 코드와 서브 모듈 내려 받기

0 commit comments

Comments
 (0)