when: - path: include: [ 'index.ts', 'index.test.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