.automation.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
e61d26bf89
commit
70121885b5
1 changed files with 6 additions and 5 deletions
|
|
@ -1,8 +1,9 @@
|
|||
type: docker
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: python:3.11-slim
|
||||
- name: test
|
||||
image: python
|
||||
commands:
|
||||
- echo hello
|
||||
- echo world
|
||||
- pip install -r requirements.txt
|
||||
- pytest
|
||||
Loading…
Reference in a new issue