nano-service/.woodpecker/.build.yml
qpismont 487a48406f
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/3 Pipeline was successful
ci/woodpecker/push/build/4 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/3 Pipeline was successful
try woodpecker
2024-03-20 20:38:10 +01:00

16 lines
No EOL
210 B
YAML

when:
event: [push]
steps:
build:
image: oven/bun:${BUN_VERSION}-slim
commands:
- bun install
- bun run build
matrix:
BUN_VERSION:
- 1.0.30
- 1.0.31
- 1.0.32
- 1.0.33