mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
ci: int tests shutdown process (local) (#129)
Should remove all linked containers once test process exists
This commit is contained in:
parent
242d8cc09f
commit
362292a438
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue