2024-02-08 20:21:58 +01:00
|
|
|
when:
|
|
|
|
event: [push]
|
|
|
|
|
2024-01-04 23:06:31 +01:00
|
|
|
steps:
|
2024-01-04 23:01:46 +01:00
|
|
|
test:
|
2024-01-30 21:50:19 +01:00
|
|
|
image: oven/bun:${BUN_VERSION}-slim
|
2024-01-04 23:06:31 +01:00
|
|
|
environment:
|
|
|
|
- NATS_HOST=nats:4222
|
2024-01-04 23:01:46 +01:00
|
|
|
commands:
|
2024-01-30 21:50:19 +01:00
|
|
|
- bun install
|
|
|
|
- bun run test
|
2024-01-04 23:01:46 +01:00
|
|
|
|
|
|
|
matrix:
|
2024-01-30 21:50:19 +01:00
|
|
|
BUN_VERSION:
|
2024-03-20 20:21:35 +01:00
|
|
|
- 1.0.31
|
|
|
|
- 1.0.32
|
|
|
|
- 1.0.33
|
2024-01-04 23:06:31 +01:00
|
|
|
|
|
|
|
services:
|
|
|
|
nats:
|
|
|
|
image: nats
|