try another db setup

This commit is contained in:
einhorn_b 2021-05-25 11:03:28 +02:00
parent d8a9efb34f
commit 788262ee66

View File

@ -275,15 +275,18 @@ jobs:
runs-on: ubuntu-latest
needs: [build_test_community_server]
services:
mariadb:
image: gradido/mariadb:test
mariadb:
image: mariadb/server:10.5
env:
MARIADB_ALLOW_EMPTY_PASSWORD: 1
MARIADB_USER: root
MARIADB_DATABASE: gradido_community_test
ports:
- 3306:3306
volumes:
- db_vol:/var/lib/mysql
options: --health-cmd="mysqladmin ping"
--health-interval=5s
--health-timeout=2s
--health-retries=3
steps:
- name: Debug service
run: echo "$(docker ps)"