From abd16de9aaad798ca0c13abf77bfbff30c584600 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 20 May 2022 12:27:05 -0400 Subject: [PATCH] use the correct db and set root pass to null w/ burnettk --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5665c8be..becb9d08 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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