From 5dc756371b39738837cf551aa4473d009d3d5af2 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:56:56 +0530 Subject: [PATCH] Revert changes for spliting shared table tests --- .github/workflows/tests.yml | 15 --------------- 1 file changed, 15 deletions(-) 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: