This commit is contained in:
2024-05-21 15:56:51 +02:00
parent 6593196645
commit eb3466cd72
+22
View File
@@ -0,0 +1,22 @@
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