From 1c545638b9bb686d6922e4fe788b343c4b8a75d9 Mon Sep 17 00:00:00 2001 From: WGAVermeer <90707235+WGAVermeer@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:26:45 +0100 Subject: [PATCH] run deploy check aswell. --- compose.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.test.yaml b/compose.test.yaml index cd66188..e98c2c6 100644 --- a/compose.test.yaml +++ b/compose.test.yaml @@ -1,6 +1,6 @@ services: web: - command: python -Wa manage.py test --noinput --parallel + command: python manage.py check --deploy; python -Wa manage.py test --noinput --parallel restart: "no" env_file: - path: .env.template