Skip to content

feat: add npm template support #357

feat: add npm template support

feat: add npm template support #357

Re-run triggered April 2, 2026 07:26
Status Failure
Total duration 40s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test/custom-tools.test.ts > should fail when extra tool command exits non-zero: test/custom-tools.test.ts#L197
expected [Function] to throw error including 'Failed to run command%3A npx broken-tool' but got 'ENOENT%3A no such file or directory%2C op…' - Expected + Received - Failed to run command%3A npx broken-tool + ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
test/custom-tools.test.ts > should preserve quoted extra tool command arguments: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
test/custom-tools.test.ts > should run extra tool command: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
test/custom-tools.test.ts > should run extra tool action: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/basic/.temp-templates/package.json'
test/cli.test.ts > should skip tools selection: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/cli/.temp-templates/package.json'
test/cli.test.ts > should accept comma separated tools option: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/cli/.temp-templates/package.json'
test/agents.test.ts > should merge top-level sections from AGENTS.md files: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
test/agents.test.ts > should generate AGENTS.md with eslint tool and template mapping: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
test/agents.test.ts > should generate AGENTS.md with single tool selected: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'
test/agents.test.ts > should generate AGENTS.md with no tools selected: src/template-manager.ts#L80
ENOENT%3A no such file or directory%2C open '/home/runner/work/create-rstack/create-rstack/test/fixtures/agents-md/.temp-templates/package.json'