mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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
|
- 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
|
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:
|
benchmarking:
|
||||||
name: Benchmark
|
name: Benchmark
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue