Skip to content

Commit 2e01c0b

Browse files
authored
Infra: CI 환경 설정 추가
- 프로젝트 빌드 & 테스트 전, Redis 실행
1 parent a231f6e commit 2e01c0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/backend-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
build-and-test:
1313
runs-on: ubuntu-latest
1414

15+
services:
16+
redis:
17+
image: redis:7
18+
ports:
19+
- 6379:6379
20+
1521
steps:
1622
# 저장소 체크아웃
1723
- name: Checkout repository

0 commit comments

Comments
 (0)