mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix
This commit is contained in:
parent
3e1f0dfa12
commit
d18e41d389
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -422,11 +422,6 @@ jobs:
|
||||
--health-interval=5s
|
||||
--health-timeout=5s
|
||||
--health-retries=3
|
||||
database:
|
||||
image: gradido/database:production_up
|
||||
env:
|
||||
NODE_ENV: "production"
|
||||
DB_HOST: mariadb
|
||||
steps:
|
||||
- name: get mariadb container id
|
||||
run: echo "::set-output name=id::$(docker container ls | grep mariadb | awk '{ print $1 }')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user