loopback4-microservice-catalog
loopback4-microservice-catalog copied to clipboard
GH Action : Action for integration test
Is your feature request related to a problem? Please describe. We need to have a complete integration testing for cli Requirements
- using the cli a new scaffold should be generated
- generate all microservices
- set up database for each service
- run migartions of each
- one by one start the services and hit the ping API
All the above steps should execute and then only the PR should be merged.