mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-14 18:12:28 +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
|
run: docker-compose -f local.yml exec -T django pytest
|
||||||
|
|
||||||
- name: Tear down the Stack
|
- name: Tear down the Stack
|
||||||
run: docker-compose down
|
run: docker-compose -f local.yml down
|
||||||
|
|
||||||
{%- else %}
|
{%- else %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user