mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Revert changes for spliting shared table tests
This commit is contained in:
@@ -126,16 +126,6 @@ jobs:
|
||||
VCS,
|
||||
Messaging,
|
||||
]
|
||||
test_type: [tests]
|
||||
include:
|
||||
- service: Databases
|
||||
test_type: shared_tables
|
||||
- service: Functions
|
||||
test_type: shared_tables
|
||||
- service: FunctionsScheduler
|
||||
test_type: shared_tables
|
||||
- service: Webhooks
|
||||
test_type: shared_tables
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
@@ -158,11 +148,6 @@ jobs:
|
||||
run: docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
|
||||
|
||||
- name: Run ${{matrix.service}} Shared Tables Tests
|
||||
if: matrix.test_type != 'shared_tables'
|
||||
run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
|
||||
|
||||
- name: Run ${{matrix.service}} Parallel Shared Tables Tests
|
||||
if: matrix.test_type == 'shared_tables'
|
||||
run: _APP_DATABASE_SHARED_TABLES=database_db_main docker compose exec -T appwrite test /usr/src/code/tests/e2e/Services/${{matrix.service}} --debug
|
||||
|
||||
benchamrking:
|
||||
|
||||
Reference in New Issue
Block a user