This commit is contained in:
14
.history/.drone_20250903222551.yml
Normal file
14
.history/.drone_20250903222551.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:dind
|
||||
privileged: true
|
||||
commands:
|
||||
- docker build -t post_bot .
|
||||
- name: test
|
||||
image: python:3.11-slim
|
||||
commands:
|
||||
- pip install --no-cache-dir python-telegram-bot sqlalchemy python-dotenv pytest
|
||||
- pytest tests/
|
||||
Reference in New Issue
Block a user