| What Create a separate integration test in aerogear-ios-sdk repo for CI testing How Test steps:
- call /metrics endpoint with valid data, check the response is in expected format
- call /metrics endpoint with invalid data, check the response is in expected format
ci workflow
- Install aerogear-metrics-api (run postgresql & go server component)
- Build ios sdk & run integration test
|