Skip to content

Commit a4fdd45

Browse files
committed
Use 127.0.0.1 rather than localhost
To MySQL, they're different
1 parent 84fa094 commit a4fdd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
django: [2.2]
1414
database_url:
1515
- postgres://runner:password@localhost/project
16-
- mysql://runner:password@localhost/project
16+
- mysql://runner:password@127.0.0.1/project
1717

1818
services:
1919
postgres:

0 commit comments

Comments
 (0)