Remove V2 tests

This commit is contained in:
Jake Barnby 2024-11-12 15:00:23 +13:00
parent c1a3b29a97
commit 3b19ef6b1e
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -151,9 +151,6 @@ jobs:
- name: Run ${{matrix.service}} Shared Tables V1 Tests
run: _APP_DATABASE_SHARED_TABLES=database_db_main _APP_DATABASE_SHARED_TABLES_V1=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
- name: Run ${{matrix.service}} Shared Tables V2 Tests
run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
benchmarking:
name: Benchmark
runs-on: ubuntu-latest