Skip to content

Commit

Permalink
chore: 테스트용 데이터베이스 통일
Browse files Browse the repository at this point in the history
Signed-off-by: mirageoasis <[email protected]>
  • Loading branch information
mirageoasis committed Jul 28, 2024
1 parent aaafa84 commit 75ce053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- 3306:3306
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
MYSQL_DATABASE: demo
options: >-
--health-cmd "mysqladmin ping -u root -proot"
--health-interval 10s
Expand Down
2 changes: 1 addition & 1 deletion backend-config

0 comments on commit 75ce053

Please sign in to comment.