Update .github/workflows/tests.yml

This commit is contained in:
Jake Barnby
2026-01-19 23:39:53 +13:00
committed by GitHub
parent 8335e43eaa
commit afe800197b
+1 -1
View File
@@ -314,7 +314,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 4 "$SERVICE_PATH" --exclude-group abuseEnabled --exclude-group screenshots
appwrite vendor/bin/paratest --processes $(nproc) "$SERVICE_PATH" --exclude-group abuseEnabled --exclude-group screenshots
- name: Failure Logs
if: failure()