Build local docker images on CI

This commit is contained in:
Bruno Alla 2021-11-11 19:21:16 +00:00
parent e7ea358496
commit 954718cd83

View File

@ -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