From 6e485bcd5aa09088ac02956fce3438f26b10908d Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Fri, 27 Feb 2026 18:12:00 +0530 Subject: [PATCH] updated tests file to see the logs of appwrite --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0cff6288e2..fbf8af0d28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -303,7 +303,7 @@ jobs: if: failure() run: | echo "=== Appwrite Logs ===" - docker compose logs + docker compose logs appwrite e2e_shared_mode_test: name: E2E Shared Mode Service Test