.automation.yml aktualisiert
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Pils10 2024-09-18 22:27:28 +00:00
parent e61d26bf89
commit 70121885b5

View file

@ -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