forked from GNUsocial/gnu-social
[TESTS][TOOLS] Always stop containers regardless of test success
This commit is contained in:
parent
11178289fa
commit
dd22894f66
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user