mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Remove redundant V1 tests
This commit is contained in:
parent
f6ea6d2fc5
commit
e715f9e90c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -156,9 +156,6 @@ jobs:
|
|||
_APP_DATABASE_SHARED_TABLES: ${{ matrix.table_mode == 'Shared V1' || matrix.table_mode == 'Shared V2' && 'database_db_main' || '' }}
|
||||
_APP_DATABASE_SHARED_TABLES_V1: ${{ matrix.table_mode == 'Shared V1' && 'database_db_main' || '' }}
|
||||
|
||||
- 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
|
||||
|
||||
benchmarking:
|
||||
name: Benchmark
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue