refactor: set proper GH action order to have test be valid
This commit is contained in:
parent
0be496ed73
commit
f58a8edac6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test_suites.yml
vendored
4
.github/workflows/test_suites.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue