@@ -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
|
||||
|
||||
Reference in New Issue
Block a user