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