[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
|
pipeline:
|
||||||
type: docker
|
test:
|
||||||
name: default
|
image: fnndsc/python-poetry
|
||||||
|
commands:
|
||||||
steps:
|
- mv tests/key.pem data/key.pem
|
||||||
- name: test
|
- mv tests/test.toml data/config.toml
|
||||||
image: fnndsc/python-poetry
|
- poetry install --with dev
|
||||||
commands:
|
- poetry run pytest -vvv
|
||||||
- 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