ci: int tests shutdown process (local) (#129)

Should remove all linked containers once test process exists
This commit is contained in:
Warren 2023-11-28 10:21:49 -08:00 committed by GitHub
parent 242d8cc09f
commit 362292a438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,7 @@ ci-lint:
.PHONY: dev-int
dev-int:
docker compose -p int -f ./docker-compose.ci.yml run --rm api dev:int $(FILE)
docker compose -p int -f ./docker-compose.ci.yml down
.PHONY: ci-int
ci-int: