-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
5
-
False
-
-
False
-
subs-swatch
-
-
To ensure we don't introduce breaking changes, let's add a new step in our existing GitHub action to start/stop all the services in DEV mode.
We need to use the make command to do this.
Pseudocode:
- Start database and Kafka services (maybe using podman compose up -d if that works)
- Loop over all our services and:
- Start the service
- Confirm that the service is listening
- Stop the service
Acceptance Criteria
- New check should be working fine