ci(drone): fix indentation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bc6f865481
commit
c3e789682c
1 changed files with 7 additions and 5 deletions
12
.drone.yml
12
.drone.yml
|
@ -1,9 +1,11 @@
|
|||
---
|
||||
|
||||
kind: pipeline
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run pytest
|
||||
image: python
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run pytest
|
||||
|
|
Loading…
Reference in a new issue