Files
helix-engage-server/.woodpecker.yml
saridsa2 f1313f0e2f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: use Teams notification plugin
2026-04-11 15:34:30 +05:30

24 lines
479 B
YAML

# Woodpecker CI pipeline for Helix Engage Server (sidecar)
#
# Runs unit tests. Teams notification on completion.
when:
- event: [push, manual]
steps:
unit-tests:
image: node:20
commands:
- npm ci
- npm test -- --ci --forceExit
notify-teams:
image: mobydeck/ci-teams-notification
settings:
webhook_url:
from_secret: teams_webhook
facts: project,message
buttons: pipeline
when:
- status: [success, failure]