use a normal mysql port w/ burnettk

This commit is contained in:
jasquat 2022-05-20 12:15:17 -04:00
parent bbb779ffec
commit 6944822552
1 changed files with 5 additions and 5 deletions

View File

@ -83,12 +83,12 @@ jobs:
image: mysql:8.0
env:
MYSQL_DATABASE: spiff_workflow_webapp_testing
MYSQL_ALLOW_EMPTY_PASSWORD: yes
MYSQL_USER: root
MYSQL_PASSWORD:
MYSQL_ROOT_PASSWORD:
# MYSQL_ALLOW_EMPTY_PASSWORD: yes
# MYSQL_USER: root
MYSQL_PASSWORD: password
# MYSQL_ROOT_PASSWORD:
ports:
- 33306:3306
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps: