Skip to content

Commit 6915c8b

Browse files
committed
Fix missing mysql root password.
1 parent bafbcde commit 6915c8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
mysql:
3535
image: mariadb:10.11
3636
env:
37+
MARIADB_RANDOM_ROOT_PASSWORD: "yes"
3738
MARIADB_DATABASE: kbpdb
3839
MARIADB_USER: kbpdb
3940
MARIADB_PASSWORD: password

0 commit comments

Comments
 (0)