Files
helix-engage/.woodpecker.yml
saridsa2 6027280dc2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci: use node:20 (npm on node:22 crashes in CI)
2026-04-11 13:54:40 +05:30

25 lines
575 B
YAML

# Woodpecker CI pipeline for Helix Engage
#
# Triggered on push or manual run.
when:
- event: [push, manual]
steps:
typecheck:
image: node:20
commands:
- node --version
- npm --version
- npm install --registry=https://registry.npmjs.org
- npx tsc --noEmit
e2e-tests:
image: mcr.microsoft.com/playwright:v1.52.0-noble
commands:
- node --version
- npm install --registry=https://registry.npmjs.org
- npx playwright test --reporter=list
environment:
E2E_BASE_URL: https://ramaiah.engage.healix360.net