use the correct db and set root pass to null w/ burnettk

This commit is contained in:
jasquat 2022-05-20 12:27:05 -04:00
parent fceabe7c58
commit abd16de9aa
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ jobs:
mysql:
image: mariadb:10.3
env:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: spiff_workflow_webapp_testing
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_ROOT_PASSWORD:
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3