We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36364 commit b1bf83eCopy full SHA for b1bf83e
tools/local-env/scripts/install.js
@@ -42,7 +42,7 @@ writeFileSync( 'wp-tests-config.php', testConfig );
42
wait_on( {
43
resources: [
44
`tcp:localhost:${process.env.LOCAL_PORT}`
45
- `tcp:localhost:3306`
+ `tcp:mysql:3306`
46
],
47
timeout: 3000,
48
} )
0 commit comments