nano-service/.woodpecker/.test.yml
2024-03-20 20:21:35 +01:00

21 lines
No EOL
275 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.0.31
- 1.0.32
- 1.0.33
services:
nats:
image: nats