mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: fix tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user