From a7046dbe3c0fae5de7d54c5ef01f5c96813ee562 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 26 Feb 2026 22:43:23 +1300 Subject: [PATCH] (fix): Replace tab characters with spaces in tests.yml workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b50e799830..b738505894 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -463,7 +463,7 @@ jobs: -e _APP_DATABASE_SHARED_TABLES \ -e _APP_DATABASE_SHARED_TABLES_V1 \ -e _APP_E2E_RESPONSE_FORMAT="${{ github.event.inputs.response_format }}" \ - appwrite vendor/bin/paratest --processes $(nproc) /usr/src/code/tests/e2e/Services/Projects --group abuseEnabled + appwrite vendor/bin/paratest --processes $(nproc) /usr/src/code/tests/e2e/Services/Projects --group abuseEnabled - name: Failure Logs if: failure() @@ -600,7 +600,7 @@ jobs: -e _APP_DATABASE_SHARED_TABLES \ -e _APP_DATABASE_SHARED_TABLES_V1 \ -e _APP_E2E_RESPONSE_FORMAT="${{ github.event.inputs.response_format }}" \ - appwrite vendor/bin/paratest --processes $(nproc) /usr/src/code/tests/e2e/Services/Sites --group screenshots + appwrite vendor/bin/paratest --processes $(nproc) /usr/src/code/tests/e2e/Services/Sites --group screenshots - name: Failure Logs if: failure()