From 954718cd83f4794afd08e5d2fa88b33525abf51e Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 11 Nov 2021 19:21:16 +0000 Subject: [PATCH] Build local docker images on CI --- tests/test_docker.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_docker.sh b/tests/test_docker.sh index 001ef06d..8d25a8e2 100755 --- a/tests/test_docker.sh +++ b/tests/test_docker.sh @@ -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