[TESTS][TOOLS] Always stop containers regardless of test success

This commit is contained in:
Hugo Sales 2021-08-16 20:31:24 +01:00
parent 5410f22060
commit 6d7a0dbc92
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ psql-shell: .PHONY
docker exec -it $(strip $(DIR))_db_1 sh -c "psql -U postgres social"
test: .PHONY
cd docker/testing && docker-compose run php && docker-compose down
cd docker/testing && docker-compose run php; docker-compose down
stop-test: .PHONY
cd docker/testing && docker-compose down