From db0f24eb164077dccfd3d20b9104c780cf00a3c8 Mon Sep 17 00:00:00 2001 From: Abdullah Adeel Date: Sat, 22 Jan 2022 07:38:06 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=E2=9D=8C=20debug=20actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_docker.sh b/tests/test_docker.sh index b3663bd2c..8b52da5ac 100755 --- a/tests/test_docker.sh +++ b/tests/test_docker.sh @@ -22,6 +22,7 @@ git add . pre-commit run --show-diff-on-failure -a # make sure all images build +cat ./compose/local/django/Dockerfile docker-compose -f local.yml build # run the project's type checks