Skip to content

feat(import): preserve nested paths and placeholder metadata on import #26

feat(import): preserve nested paths and placeholder metadata on import

feat(import): preserve nested paths and placeholder metadata on import #26

Triggered via push March 27, 2026 21:41
Status Failure
Total duration 56s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
ci
Process completed with exit code 1.
tests/unit/install/native-install-scope.junie-cline-windsurf-codex.test.ts > stageNativeInstallScope Junie, Cline, and Windsurf > 'cline-workflows-folder': tests/unit/install/native-install-scope.helpers.ts#L52
AssertionError: expected [ 'commands', 'rules' ] to deeply equal [ 'commands' ] - Expected + Received [ "commands", + "rules", ] ❯ expectScope tests/unit/install/native-install-scope.helpers.ts:52:35
tests/unit/install/native-install-scope.copilot-continue-gemini.test.ts > stageNativeInstallScope Copilot, Continue, and Gemini CLI > 'gemini-command-file': tests/unit/install/native-install-scope.helpers.ts#L53
AssertionError: expected { commands: [ 'commit' ] } to deeply equal { commands: [ 'git:commit' ] } - Expected + Received { "commands": [ - "git:commit", + "commit", ], } ❯ expectScope tests/unit/install/native-install-scope.helpers.ts:53:79
ci
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/