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