Files
libcrypto/.woodpecker/test.yml
T
2024-06-05 23:23:13 +02:00

23 lines
351 B
YAML

when:
- path:
include: [
'src/**/*.ts',
'index.ts'
]
steps:
install:
image: node
when:
- event: [pull_request, push, manual]
commands:
- npm install
test:
image: oven/bun:alpine
when:
- event: [pull_request, push, manual]
depends_on: install
commands:
- bun test