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
|
kind: pipeline
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: python
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
|
Loading…
Reference in a new issue