mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Remove V2 tests
This commit is contained in:
parent
c1a3b29a97
commit
3b19ef6b1e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue