clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Run integration test in ci server #58

Closed priyaaank closed 4 years ago

priyaaank commented 4 years ago

I have added support for running migrations without having to start the server via start time arguments. During integration test run, the migrations are run before integration tests are triggered.

Closes issue #53