mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +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 .
|
git add .
|
||||||
pre-commit run --show-diff-on-failure -a
|
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
|
# run the project's type checks
|
||||||
docker-compose -f local.yml run django mypy my_awesome_project
|
docker-compose -f local.yml run django mypy my_awesome_project
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user