server: update sample.hie.yaml with db-specific test suites

This change allows HLS to process the graphql-engine-test-postgres and graphql-engine-test-mssql projects correctly.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7240
GitOrigin-RevId: f1ed587251094c63a668201d9bc455701a65f367
This commit is contained in:
Jesse Hallett 2023-01-09 13:02:52 -05:00 committed by hasura-bot
parent d96203f602
commit a3d567f771

View File

@ -12,6 +12,11 @@ cradle:
- path: "./server/src-test"
component: "graphql-engine:test:graphql-engine-tests"
- path: "./server/test-mssql"
component: "graphql-engine:test:graphql-engine-test-mssql"
- path: "./server/test-postgres"
component: "graphql-engine:test:graphql-engine-test-postgres"
- path: "./server/src-bench-cache"
component: "graphql-engine:bench:cache"
- path: "server/lib/api-tests"