Skip to content

Commit 010c16e

Browse files
committed
Try to change host of MySQL service
1 parent d4e4023 commit 010c16e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- 3306:3306
7272

7373
env:
74-
MYSQL_DSN: mysql:host=127.0.0.1;dbname=migrations
74+
MYSQL_DSN: mysql:host=mysql;dbname=migrations
7575
MYSQL_USER: migrator
7676
MYSQL_PASSWORD: 'Q1w2e3r4'
7777

0 commit comments

Comments
 (0)