try mariadb instead w/ burnettk
This commit is contained in:
parent
6944822552
commit
fceabe7c58
|
@ -80,16 +80,23 @@ jobs:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8.0
|
image: mariadb:10.3
|
||||||
env:
|
env:
|
||||||
MYSQL_DATABASE: spiff_workflow_webapp_testing
|
MYSQL_ROOT_PASSWORD: root
|
||||||
# MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
|
||||||
# MYSQL_USER: root
|
|
||||||
MYSQL_PASSWORD: password
|
|
||||||
# MYSQL_ROOT_PASSWORD:
|
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
# mysql:
|
||||||
|
# image: mysql:8.0
|
||||||
|
# env:
|
||||||
|
# MYSQL_DATABASE: spiff_workflow_webapp_testing
|
||||||
|
# # MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
||||||
|
# # MYSQL_USER: root
|
||||||
|
# MYSQL_PASSWORD: password
|
||||||
|
# MYSQL_ROOT_PASSWORD: password
|
||||||
|
# ports:
|
||||||
|
# - 3306:3306
|
||||||
|
# options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
|
|
Loading…
Reference in New Issue