chore(tooling): fix make test-integration-mssql

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8987
GitOrigin-RevId: ad9c3bc6f1dcfe034f33260a151a3424cb7f433d
This commit is contained in:
Daniel Harvey 2023-04-28 11:20:54 +01:00 committed by hasura-bot
parent ec4d3f4064
commit d663207f5e

View File

@ -157,7 +157,7 @@ test-unit: remove-tix-file
.PHONY: test-integration-mssql
## test-integration-mssql: run MS SQL Server integration tests
test-integration-mssql: remove-tix-file
docker compose up -d --wait sqlserver{,-healthcheck,-init}
docker compose up -d --wait sqlserver-healthcheck
HASURA_MSSQL_CONN_STR='$(TEST_MSSQL_CONNECTION_STRING)' \
cabal run graphql-engine:test:graphql-engine-test-mssql