Improve logs

This commit is contained in:
Matej Bačo 2025-03-08 23:04:32 +01:00
parent 65bcf7898e
commit d21814c51f

View file

@ -85,9 +85,6 @@ jobs:
export _APP_DATABASE_SHARED_TABLES=
export _APP_DATABASE_SHARED_TABLES_V1=
docker compose exec -T \
-e _APP_DATABASE_SHARED_TABLES \
-e _APP_DATABASE_SHARED_TABLES_V1 \
appwrite test /usr/src/code/tests/e2e/Services/${{ matrix.service }} --debug
docker compose exec -T -e _APP_DATABASE_SHARED_TABLES -e _APP_DATABASE_SHARED_TABLES_V1 appwrite test /usr/src/code/tests/e2e/Services/${{ matrix.service }} --debug || true
docker compose logs appwrite-worker-builds