mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Improve logs
This commit is contained in:
parent
65bcf7898e
commit
d21814c51f
1 changed files with 1 additions and 4 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
Loading…
Reference in a new issue