Skip to content

Commit

Permalink
fix: #25 CIの構文を修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
hiarc committed May 12, 2021
1 parent 774f28b commit bea1939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
MYSQL_DATABASE: motting
MYSQL_USER: motting
MYSQL_PASSWORD: motting
port:
ports:
- 3306:3306
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit bea1939

Please sign in to comment.