diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1fd1b21861..5dbe909466 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: