Skip to content

Commit cad0f34

Browse files
committed
Define root password for ci
1 parent 8b0eff2 commit cad0f34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/unit-test-plugin-nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
docker compose up -d
2424
2525
- name: Wait for db
26+
env:
27+
MYSQL_ROOT_PASSWORD: wordpress
2628
run: |
2729
while ! mysqladmin ping --host=127.0.0.1 --port=33066 --password=$MYSQL_ROOT_PASSWORD --silent; do
2830
sleep 1

.github/workflows/unit-test-plugin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
docker compose up -d
2929
3030
- name: Wait for db
31+
env:
32+
MYSQL_ROOT_PASSWORD: wordpress
3133
run: |
3234
while ! mysqladmin ping --host=127.0.0.1 --port=33066 --password=$MYSQL_ROOT_PASSWORD --silent; do
3335
sleep 1

0 commit comments

Comments
 (0)