mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-16 19:41:03 +03:00
Fix docker container stop command on github action
This commit is contained in:
parent
1858fc2be8
commit
af1cfc82c6
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user