Skip to content

Commit

Permalink
Use native mysql service
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Oct 31, 2022
1 parent 10f6e52 commit 9a2abab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
CI: true
MYSQL_DATABASE: 'test_db'
MYSQL_PASSWORD: 'user-passw0rd'
MYSQL_USER: 'user'
MYSQL_PASSWORD: 'root'
MYSQL_USER: 'root'
MYSQL_HOST: '127.0.0.1'

0 comments on commit 9a2abab

Please sign in to comment.