.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:
|
steps:
|
||||||
- name: greeting
|
- name: test
|
||||||
image: python:3.11-slim
|
image: python
|
||||||
commands:
|
commands:
|
||||||
- echo hello
|
- pip install -r requirements.txt
|
||||||
- echo world
|
- pytest
|
||||||
Loading…
Reference in a new issue