APP-453 - update docker-compose.yaml and local dev document#738
APP-453 - update docker-compose.yaml and local dev document#738
docker-compose.yaml and local dev document#738Conversation
|
I'm not sure why, but it looks like the application tests didn't run for some reason? |
I think it's because no files from the watched directories were updated (unless I'm misunderstanding how GH Workflows work). For instance the Application Tests have the following paths: name: Application Tests
on:
pull_request:
paths:
- "investigation-service/**"
- "ldfdata-service/**"
- "person-service/**"
- "reporting-pipeline-service/**"
- "post-processing-service/**"
- "observation-service/**"
- "organization-service/**"
- "build.gradle"
- "settings.gradle"
- "gradle/**"
|
Good catch. Could you update that to include the docker-compose.yaml. Our tests now depend on the compose specification, so anytime that changes, the tests should get executed. |
Description
This PR updates
docker-compose.yamlby removing the 6 services that were consolidated from it while keeping thereporting-pipeline-serviceentry.The local dev documentation has also been touched up a bit.
Related Issue
Jira Ticket
Additional Notes
reporting-pipeline-servicewas taken care of in a previous PRChecklist
[ ] I have added or updated test cases to cover my changes, if applicable.