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