# 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]