foxhole/.woodpecker/test.yml

8 lines
190 B
YAML

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
- inv tests