This commit is contained in:
2024-05-21 16:09:05 +02:00
parent 6ab7d751d9
commit dc56f6fd31
+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