[cicd] fix pipeline
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:
parent
4449490b04
commit
cd915a3646
1 changed files with 8 additions and 12 deletions
|
@ -1,12 +1,8 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: fnndsc/python-poetry
|
||||
commands:
|
||||
- mv tests/key.pem data/key.pem
|
||||
- mv tests/test.toml data/config.toml
|
||||
- poetry install --with dev
|
||||
- poetry run pytest -vvv
|
||||
pipeline:
|
||||
test:
|
||||
image: fnndsc/python-poetry
|
||||
commands:
|
||||
- mv tests/key.pem data/key.pem
|
||||
- mv tests/test.toml data/config.toml
|
||||
- poetry install --with dev
|
||||
- poetry run pytest -vvv
|
||||
|
|
Loading…
Reference in a new issue