nano-service/.woodpecker/.build.yml
qpismont 00d45d670b
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 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
only ci for push event
2024-02-08 20:21:58 +01:00

14 lines
No EOL
184 B
YAML

when:
event: [push]
steps:
build:
image: oven/bun:${BUN_VERSION}-slim
commands:
- bun install
- bun run build
matrix:
BUN_VERSION:
- 1.0.25
- 1.0.26