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