when: - path: include: [ 'src/**/*.ts', 'index.ts' ] steps: install: image: node when: - event: [pull_request, push, manual] commands: - npm install test: image: oven/bun when: - event: [pull_request, push, manual] depends_on: install commands: - bun test