mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
debug login server test db
This commit is contained in:
parent
1d2cf0f90f
commit
21310f877e
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -235,6 +235,10 @@ jobs:
|
||||
--health-timeout=2s
|
||||
--health-retries=3
|
||||
steps:
|
||||
- name: Debug service
|
||||
run: echo "$(docker ps)"
|
||||
- name: Debug container choosing script
|
||||
run: echo "$(docker container ls | grep mariadb | awk '{ print $1 }')"
|
||||
##########################################################################
|
||||
# CHECKOUT CODE ##########################################################
|
||||
##########################################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user