From fd28ad8a6681c9cf8d678cc80c4c29bfc9e5b00d Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:59:33 +0000 Subject: [PATCH] Remove --debug flag from test commands for quieter CI output Co-Authored-By: Claude Opus 4.6 --- .github/workflows/tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cebcd2a62c..39c9aee9ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: |