.automation.yml aktualisiert
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pils10 2024-09-18 22:30:35 +00:00
parent 8e6b702d5d
commit 7ff435c8fe

View file

@ -9,5 +9,4 @@ steps:
- name: test - name: test
image: python image: python
commands: commands:
- pip install -r requirements.txt - python example.py
- pytest