single test

This commit is contained in:
pwgen2155 2024-02-28 19:48:56 +11:00
parent 421b412b2a
commit 0e3979edf4

View file

@ -5,16 +5,14 @@ type: docker
clone:
depth: 1
workspace:
path: /drone/src
steps:
- name: requirements
- name: tests
image: python:3.11
commands:
- pip install -r requirements.txt
- name: migrate tests
image: python:3.11
workspace: site
commands:
- cd site
- ./manage.py migrate --database=default
- ./manage.py migrate --database=game