Closed criccomini closed 9 months ago
It's bugging me that we now have both a docker-compose.yml and an integration-tests section in ci.yaml. The two are identical, but different syntax. I've updated the Github workflow to use docker compose instead of duplicating the service logic.
integration-tests
docker compose
cc @mjperrone FYI ^
It's bugging me that we now have both a docker-compose.yml and an
integration-tests
section in ci.yaml. The two are identical, but different syntax. I've updated the Github workflow to usedocker compose
instead of duplicating the service logic.