fix vibe 1 1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dv 2026-03-19 17:25:14 +03:00
parent 0839f7b60f
commit 4537689f87

View file

@ -1,12 +1,11 @@
when:
- event: [push]
steps: steps:
test: test:
image: python:3.11-slim image: python:3.11-slim
commands: commands:
- pip install --no-cache-dir -r requirements.txt - pip install --no-cache-dir -r requirements.txt
- pytest -q tests -p no:cacheprovider - pytest -q tests -p no:cacheprovider
when:
- event: [push, pull_request, manual]
deploy_no_docker: deploy_no_docker:
image: appleboy/drone-ssh image: appleboy/drone-ssh
@ -31,4 +30,5 @@ steps:
- set +a - set +a
- curl -fsS http://127.0.0.1:${APP_PORT}/health - curl -fsS http://127.0.0.1:${APP_PORT}/health
when: when:
- event: [push, manual]
- branch: [main, master] - branch: [main, master]