Skip to content

Commit 05db9f9

Browse files
committed
[PC-333] fix: 통합 테스트를 위한 깃허브 액션 Runner MySQL 설정
1 parent b43f13f commit 05db9f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
restore-keys: |
2626
${{ runner.os }}-gradle-
2727
28+
- uses: samin/mysql-action@v1
29+
with:
30+
mysql version: '8.0'
31+
mysql database: 'dating-service-db'
32+
mysql root password: ${{ secrets.DB_PASSWORD }}
33+
2834
- name: Grant execute permission for gradlew
2935
run: chmod +x gradlew
3036

0 commit comments

Comments
 (0)