fix: add outputing docker compose logs

This commit is contained in:
Karol Sójko 2023-11-30 11:33:10 +01:00
parent 341f69e301
commit 5596d04040
No known key found for this signature in database
GPG key ID: C2F813669419D05F

View file

@ -46,6 +46,13 @@ jobs:
CACHE_TYPE: redis
SERVICE_PROXY_TYPE: ${{ matrix.service_proxy_type }}
- name: Output Server Logs to File
run: docker compose -f docker-compose.ci.yml logs -f > logs/docker-compose.log 2>&1 &
env:
DB_TYPE: mysql
CACHE_TYPE: redis
SERVICE_PROXY_TYPE: ${{ matrix.service_proxy_type }}
- name: Wait for server to start
run: docker/is-available.sh http://localhost:3123 $(pwd)/logs