ci: restructure
This commit is contained in:
parent
19210f90cd
commit
9f23f5768c
@ -1,13 +1,6 @@
|
||||
---
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: python
|
||||
commands:
|
||||
- python -m pip install '.[develop]'
|
||||
- coverage run --source='.' src/manage.py test src && coverage html
|
||||
- coverage html
|
||||
- cat htmlcov/index.html
|
||||
build:
|
||||
image: moanos/sphinx-rtd
|
||||
commands:
|
13
.woodpecker/test.yml
Normal file
13
.woodpecker/test.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: python
|
||||
commands:
|
||||
- python -m pip install '.[develop]'
|
||||
- coverage run --source='.' src/manage.py test src && coverage html
|
||||
- coverage html
|
||||
- cat htmlcov/index.html
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user