Skip to content

Commit 4bd39c1

Browse files
committed
remove env section
1 parent 29289b2 commit 4bd39c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ jobs:
104104
services:
105105
mysql:
106106
image: mysql:${{ matrix.mysql }}
107-
env:
108-
MYSQL_DATABASE: wp_cli_test
109-
MYSQL_ROOT_PASSWORD: root
110107
ports:
111108
- 3306
112109
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

Comments
 (0)