Update the CI/CD configuration to one step.
continuous-integration/drone/push Build is passing Details

main
KKlochko 2 years ago
parent 5633c348f4
commit edf24984fb

@ -3,13 +3,9 @@ type: docker
name: default
steps:
- name: install dependencies
- name: install dependencies and run tests
image: python:3.10-alpine
commands:
- pip install -r requirements.txt
- name: run tests
image: python:3.10-alpine
commands:
- pytest -s

Loading…
Cancel
Save