ci: migration 폴더에 수정 사항이 있어야지만 수행하도록 수정 #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.9" | |
services: | |
mysql: | |
image: mysql:latest | |
environment: | |
MYSQL_ROOT_PASSWORD: password | |
MYSQL_DATABASE: testdb | |
MYSQL_USER: test | |
MYSQL_PASSWORD: password | |
ports: | |
- "3306:3306" | |