mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
some fixes
This commit is contained in:
parent
c0e3e94e57
commit
02a6282244
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
docker compose up -d
|
||||
sleep 10
|
||||
- name: Doctor
|
||||
run: docker compose exec appwrite logs
|
||||
run: docker compose exec -T appwrite logs
|
||||
|
||||
- name: Environment Variables
|
||||
run: docker compose exec -T appwrite vars
|
||||
|
|
|
|||
Loading…
Reference in a new issue