[cicd] fix pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
SouthFox 2023-06-07 20:10:02 +08:00
parent 4449490b04
commit cd915a3646

View file

@ -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