You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Bug
I encountered the error "docker-compose command not found" when running `test-integration`.
## Solution
Github actions use `docker compose` instead of `docker-compose`.
## Fix
Fix both Makefile target `start-deps` and `stop-deps` to check whether the command `docker-compose` (run locally) exists or `docker-compose` (run github actions) exists, and use it to spin up the containes
0 commit comments