mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
try another db setup
This commit is contained in:
parent
d8a9efb34f
commit
788262ee66
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -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)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user