[CI] select test deployment when running tests on CI
This commit is contained in:
parent
ecd80c291a
commit
ef894d2b2a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue