.woodpecker.yaml pipeline updated with first-push FT testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-02-11 12:54:49 -05:00
parent 5ff0e4ec10
commit 0222aa9ea2

View File

@@ -1,10 +1,16 @@
steps:
- name: test
- name: test-UTs
image: python:3.13-slim
commands:
- "pip install -r requirements.txt"
- "cd ./src"
- "python manage.py test apps"
- pip install -r requirements.txt
- cd ./src
- python manage.py test apps
# - name: test-FTs
- name: test-FTs
image: gitea.earthmanrpg.me/discoman/python-tdd-ci:latest
environment:
HEADLESS: 1
commands:
- cd ./src
- python manage.py test functional_tests