A
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-04 12:14:32 +10:00
parent b1ca2428a4
commit 784168e474

View File

@@ -1,4 +1,3 @@
kind: pipeline
type: docker
name: default
@@ -9,6 +8,12 @@ steps:
commands:
- pip install --no-cache-dir -r requirements.txt
- name: test
image: python:3.11-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- pip install pytest pytest-asyncio
- pytest tests/ -v || true
- name: docker-build
image: plugins/docker
@@ -53,3 +58,4 @@ steps:
event:
- push
- custom