Skip to content

Commit 5ddaed5

Browse files
committed
Try 127.0.0.1
1 parent 2eb4082 commit 5ddaed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platform-matrix-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: "Platform matrix test"
1414
runs-on: "ubuntu-latest"
1515
env:
16-
MYSQL_HOST: localhost
17-
PGSQL_HOST: localhost
16+
MYSQL_HOST: '127.0.0.1'
17+
PGSQL_HOST: '127.0.0.1'
1818

1919
strategy:
2020
fail-fast: false

0 commit comments

Comments
 (0)