Skip to content

Commit b1bf83e

Browse files
committed
Silly.
1 parent 9f36364 commit b1bf83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/local-env/scripts/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ writeFileSync( 'wp-tests-config.php', testConfig );
4242
wait_on( {
4343
resources: [
4444
`tcp:localhost:${process.env.LOCAL_PORT}`
45-
`tcp:localhost:3306`
45+
`tcp:mysql:3306`
4646
],
4747
timeout: 3000,
4848
} )

0 commit comments

Comments
 (0)