Fix docker container stop command on github action

This commit is contained in:
Fabio C. Barrionuevo da Luz 2021-01-18 18:05:22 -03:00
parent 1858fc2be8
commit af1cfc82c6

View File

@ -58,7 +58,7 @@ jobs:
run: docker-compose -f local.yml exec -T django pytest
- name: Tear down the Stack
run: docker-compose down
run: docker-compose -f local.yml down
{%- else %}