foxhole/.woodpecker/test.yml

9 lines
190 B
YAML
Raw Normal View History

2023-06-07 14:10:02 +02:00
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
2023-07-30 14:54:52 +02:00
- inv tests