[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:
|
environment:
|
||||||
DJANGO_SETTINGS_MODULE: config.settings
|
DJANGO_SETTINGS_MODULE: config.settings
|
||||||
DEPLOYMENT: Test
|
DEPLOYMENT: Test
|
||||||
|
ENV_PATH: .env.test
|
||||||
commands:
|
commands:
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- /bin/bash -c "source venv/bin/activate"
|
- /bin/bash -c "source venv/bin/activate"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue