You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current start of endpoint tests fail in CI now that the DB wiring has been started since the current CI runs them without a live DB to test against and does not mock the service.
Rather than mock the services since the whole app itself is a microservice, I think it makes more sense to just setup the CI to run an integration test with the test db instance spun up and use the docker commands.
The text was updated successfully, but these errors were encountered:
The current start of endpoint tests fail in CI now that the DB wiring has been started since the current CI runs them without a live DB to test against and does not mock the service.
Rather than mock the services since the whole app itself is a microservice, I think it makes more sense to just setup the CI to run an integration test with the test db instance spun up and use the docker commands.
The text was updated successfully, but these errors were encountered: