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 29289b2 commit 4bd39c1Copy full SHA for 4bd39c1
.github/workflows/testing.yml
@@ -104,9 +104,6 @@ jobs:
104
services:
105
mysql:
106
image: mysql:${{ matrix.mysql }}
107
- env:
108
- MYSQL_DATABASE: wp_cli_test
109
- MYSQL_ROOT_PASSWORD: root
110
ports:
111
- 3306
112
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=wp_cli_test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password"
0 commit comments