nano-service/.woodpecker/.test.yml
qpismont aae70c59c0
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
upgrade to bun 1.1.0
2024-04-01 19:14:53 +02:00

19 lines
No EOL
248 B
YAML

when:
event: [push]
steps:
test:
image: oven/bun:${BUN_VERSION}-slim
environment:
- NATS_HOST=nats:4222
commands:
- bun install
- bun run test
matrix:
BUN_VERSION:
- 1.1.0
services:
nats:
image: nats