mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
some fixes
This commit is contained in:
parent
104e6564f7
commit
9d02066615
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -38,6 +38,9 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: docker compose exec -T appwrite test --debug
|
||||
|
||||
- name: Logs
|
||||
run: docker compose logs appwrite
|
||||
|
||||
- name: Teardown
|
||||
if: always()
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue