gabledata / recap

Work with your web service, database, and streaming schemas in a single format.
https://recap.build
MIT License
330 stars 24 forks source link

Use docker-compose for Github CI workflow #421

Closed criccomini closed 9 months ago

criccomini commented 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.

criccomini commented 9 months ago

cc @mjperrone FYI ^