Try this...
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test unknown status

This commit is contained in:
2026-01-31 12:39:16 -03:00
parent 3d5f79ba08
commit a508d1537e
3 changed files with 17 additions and 14 deletions

View File

@@ -7,12 +7,13 @@ when:
- event: tag
- event: manual
depends_on:
- lint
- build
steps:
- name: test
image: node:20-alpine
commands:
- corepack enable && corepack prepare pnpm@10.28.2 --activate
- pnpm test
depends_on:
- lint
- build