.woodpecker.yaml pipeline updated with first-push FT testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -1,10 +1,16 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test-UTs
|
||||||
image: python:3.13-slim
|
image: python:3.13-slim
|
||||||
commands:
|
commands:
|
||||||
- "pip install -r requirements.txt"
|
- pip install -r requirements.txt
|
||||||
- "cd ./src"
|
- cd ./src
|
||||||
- "python manage.py test apps"
|
- 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user