diff --git a/.github/workflows/test_suites.yml b/.github/workflows/test_suites.yml index ba27737c2..3bea978fa 100644 --- a/.github/workflows/test_suites.yml +++ b/.github/workflows/test_suites.yml @@ -47,7 +47,7 @@ jobs: relational-db-migration-tests: name: Relational DB Migration Tests - needs: [ basic-tests, e2e-tests ] + needs: [ basic-tests, e2e-tests, graph-db-tests] uses: ./.github/workflows/relational_db_migration_tests.yml secrets: inherit @@ -79,7 +79,7 @@ jobs: db-examples-tests: name: DB Examples Tests - needs: [basic-tests, e2e-tests] + needs: [vector-db-tests, graph-db-tests, relational-db-migration-tests] uses: ./.github/workflows/db_examples_tests.yml secrets: inherit