mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
chore: added grouping of devkeys in ci
This commit is contained in:
@@ -166,14 +166,20 @@ jobs:
|
||||
export _APP_DATABASE_SHARED_TABLES_V1=
|
||||
fi
|
||||
|
||||
for test_file in /usr/src/code/tests/e2e/Services/${{ matrix.service }}/*Test.php; do
|
||||
if [[ "$test_file" != *CustomClientTest.php ]]; then
|
||||
docker compose exec -T \
|
||||
-e _APP_DATABASE_SHARED_TABLES \
|
||||
-e _APP_DATABASE_SHARED_TABLES_V1 \
|
||||
appwrite test "$test_file" --debug
|
||||
fi
|
||||
done
|
||||
docker compose exec -T \
|
||||
-e _APP_DATABASE_SHARED_TABLES \
|
||||
-e _APP_DATABASE_SHARED_TABLES_V1 \
|
||||
appwrite test /usr/src/code/tests/e2e/Services/${{ matrix.service }} --debug --exclude=devKeys
|
||||
|
||||
if [ "${{ matrix.service }}" == "Projects" ]; then
|
||||
export _APP_OPTIONS_ABUSE=enabled
|
||||
|
||||
docker compose exec -T \
|
||||
-e _APP_OPTIONS_ABUSE \
|
||||
-e _APP_DATABASE_SHARED_TABLES \
|
||||
-e _APP_DATABASE_SHARED_TABLES_V1 \
|
||||
appwrite test /usr/src/code/tests/e2e/Services/${{ matrix.service }} --debug --group=devKeys
|
||||
fi
|
||||
|
||||
benchmarking:
|
||||
name: Benchmark
|
||||
|
||||
Reference in New Issue
Block a user