Closes #2
This commit is contained in:
2024-05-21 16:07:54 +02:00
parent 9decebfe47
commit 5636417491
+2 -2
View File
@@ -7,11 +7,11 @@ when:
steps:
install:
image: oven/bun:alpine
image: node
when:
- event: [pull_request, push, manual]
commands:
- bun install
- npm install
test:
image: oven/bun:alpine