Skip to content

Commit 68feb50

Browse files
author
Michael Vasseur
committed
base install needs root:root@sql
1 parent fa0503f commit 68feb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ports:
2222
- 3306:3306
2323
env:
24-
MYSQL_ROOT_PASSWORD: password
24+
MYSQL_ROOT_PASSWORD: root
2525
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)