mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
chore: update ci file
This commit is contained in:
parent
8a28c9ddbc
commit
ab5fa96668
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -135,5 +135,5 @@ jobs:
|
|||
run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.services}} --debug
|
||||
|
||||
- name: Output build logs
|
||||
if: ${{ matrix.services == 'GraphQL' }}
|
||||
if: always() && ${{ matrix.services == 'GraphQL' }}
|
||||
run: docker compose logs appwrite-worker-builds
|
||||
Loading…
Reference in a new issue