Import files
ci/woodpecker/manual/test Pipeline failed

This commit is contained in:
2024-05-14 14:37:32 +02:00
commit 9465e5f05a
8 changed files with 137 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
when:
- path:
include: [
'src/**/*.ts',
'index.ts'
]
steps:
install:
image: oven/bun:alpine
when:
- event: [pull_request, push, manual]
commands:
- bun install
test:
image: oven/bun:alpine
when:
- event: [pull_request, push, manual]
depends_on: install
commands:
- bun test