8 lines
162 B
YAML
8 lines
162 B
YAML
|
|
steps:
|
||
|
|
- name: test
|
||
|
|
image: python:3.13-slim
|
||
|
|
commands:
|
||
|
|
- "pip install -r requirements.txt"
|
||
|
|
- "cd ./src"
|
||
|
|
- "python manage.py test apps"
|