This commit is contained in:
parent
adada84e9a
commit
9230c35be6
@ -6,8 +6,8 @@ steps:
|
|||||||
- name: test
|
- name: test
|
||||||
image: python:3.10
|
image: python:3.10
|
||||||
commands:
|
commands:
|
||||||
- pip3 install poetry
|
- pip3 install poetry --quiet
|
||||||
- poetry install --no-root
|
- poetry install --no-root --quiet
|
||||||
- export SECRET_KEY=$(openssl rand -hex 32)
|
- export SECRET_KEY=$(openssl rand -hex 32)
|
||||||
- export DATABASE_URL=sqlite://$(mktemp)/db.sqlite3
|
- export DATABASE_URL=sqlite://$(mktemp)/db.sqlite3
|
||||||
- poetry run ./manage.py test
|
- poetry run ./manage.py test
|
||||||
|
Loading…
Reference in New Issue
Block a user