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