[CI] select test deployment when running tests on CI

This commit is contained in:
bronsen 2025-03-14 14:16:16 +01:00
parent ecd80c291a
commit ef894d2b2a

View file

@ -13,6 +13,7 @@ steps:
environment:
DJANGO_SETTINGS_MODULE: config.settings
DEPLOYMENT: Test
ENV_PATH: .env.test
commands:
- python -m venv venv
- /bin/bash -c "source venv/bin/activate"