G-Research/unicorn-history-server

Remove Migration from `integration-test` Command and `makefile` enhancement.

Closed this issue · 0 comments

Description

The integration-test Makefile command currently includes running migrations. Since we now use TestContainers for integration tests, migrations are handled within the container setup. The migration step (for the integration test) in the Makefile is redundant and should be removed to streamline the process.

Tasks

  1. Remove migration execution from the integration-test command in the Makefile.
  2. Ensure integration tests run smoothly without the migration step.