Remove --debug flag from test commands for quieter CI output

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
loks0n
2026-03-11 21:59:33 +00:00
co-authored by Claude Opus 4.6
parent 38798c8993
commit fd28ad8a66
+1 -2
View File
@@ -168,8 +168,7 @@ jobs:
run: >-
docker compose exec -T
-e _APP_E2E_RESPONSE_FORMAT="${{ github.event.inputs.response_format }}"
appwrite test /usr/src/code/tests/e2e/General --debug
appwrite test /usr/src/code/tests/e2e/General
- name: Failure Logs
if: failure()
run: |