chore: fix tests

This commit is contained in:
Chirag Aggarwal
2025-01-30 12:25:56 +00:00
parent 751f7e3fad
commit 67ba9a880d
+2 -4
View File
@@ -172,7 +172,7 @@ jobs:
appwrite test /usr/src/code/tests/e2e/Services/${{ matrix.service }} --debug --exclude=devKeys
e2e_dev_keys:
name: E2E Service Test
name: E2E Service Test (Dev Keys)
runs-on: ubuntu-latest
needs: setup
strategy:
@@ -217,10 +217,8 @@ jobs:
export _APP_DATABASE_SHARED_TABLES_V1=
fi
export _APP_OPTIONS_ABUSE=enabled
docker compose exec -T \
-e _APP_OPTIONS_ABUSE \
-e _APP_OPTIONS_ABUSE=enabled \
-e _APP_DATABASE_SHARED_TABLES \
-e _APP_DATABASE_SHARED_TABLES_V1 \
appwrite test /usr/src/code/tests/e2e/Services/Projects --debug --group=devKeys