nano-service/.woodpecker/.test.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

20 lines
No EOL
262 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.25
- 1.0.26
services:
nats:
image: nats