refactor: set proper GH action order to have test be valid

This commit is contained in:
Igor Ilic 2025-06-03 20:54:25 +02:00
parent 0be496ed73
commit f58a8edac6

View file

@ -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