2026-02-10 21:16:00 -05:00
|
|
|
steps:
|
|
|
|
|
- name: test
|
|
|
|
|
image: python:3.13-slim
|
|
|
|
|
commands:
|
|
|
|
|
- "pip install -r requirements.txt"
|
|
|
|
|
- "cd ./src"
|
|
|
|
|
- "python manage.py test apps"
|
2026-02-10 22:42:45 -05:00
|
|
|
|
2026-02-10 22:44:10 -05:00
|
|
|
# - name: test-FTs
|
2026-02-10 22:42:45 -05:00
|
|
|
|