disinto/.woodpecker/smoke-init.yml
Agent ef029239cd
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/smoke-init Pipeline failed
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline failed
fix: feat: restore .woodpecker/smoke-init.yml pipeline (#140)
2026-04-02 10:19:20 +00:00

16 lines
408 B
YAML

steps:
- name: smoke-init
image: python:3-alpine
when:
event: [push, pull_request]
paths:
- "bin/disinto"
- "lib/load-project.sh"
- "lib/env.sh"
- "tests/**"
- ".woodpecker/smoke-init.yml"
commands:
- apk add --no-cache bash curl jq git coreutils
- python3 tests/mock-forgejo.py &
- sleep 2
- bash tests/smoke-init.sh