mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Build local docker images on CI
This commit is contained in:
parent
e7ea358496
commit
954718cd83
|
@ -24,6 +24,9 @@ git init
|
|||
git add .
|
||||
pre-commit run --show-diff-on-failure -a
|
||||
|
||||
# make sure all images build
|
||||
docker-compose -f local.yml build
|
||||
|
||||
# run the project's type checks
|
||||
docker-compose -f local.yml run django mypy my_awesome_project
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user