Skip to content

feat(targets): add antigravity support and migrate continue root rule… #38

feat(targets): add antigravity support and migrate continue root rule…

feat(targets): add antigravity support and migrate continue root rule… #38

Triggered via push March 29, 2026 10:09
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ci
Process completed with exit code 1.
tests/integration/lint.integration.test.ts > agentsmesh lint (integration) > shows warnings when globs match 0 files but exit 0: tests/integration/lint.integration.test.ts#L74
Error: spawnSync /bin/zsh ENOENT ❯ tests/integration/lint.integration.test.ts:74:17 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'spawnSync /bin/zsh', path: '/bin/zsh', spawnargs: [ '-c', 'node /home/runner/work/agentsmesh/agentsmesh/dist/cli.js lint 2>&1' ], error: { stack: 'Error: spawnSync /bin/zsh ENOENT\n at Object.spawnSync (node:internal/child_process:1120:20)\n at spawnSync (node:child_process:902:24)\n at execSync (node:child_process:983:15)\n at /home/runner/work/agentsmesh/agentsmesh/tests/integration/lint.integration.test.ts:74:17\n at file:///home/runner/work/agentsmesh/agentsmesh/node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/runner/dist/index.js:145:11\n at file:///home/runner/work/agentsmesh/agentsmesh/node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/runner/dist/index.js:915:26\n at file:///home/runner/work/agentsmesh/agentsmesh/node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/runner/dist/index.js:1243:20\n at new Promise (<anonymous>)\n at runWithTimeout (file:///home/runner/work/agentsmesh/agentsmesh/node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/runner/dist/index.js:1209:10)\n at file:///home/runner/work/agentsmesh/agentsmesh/node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/runner/dist/index.js:1653:37', message: 'spawnSync /bin/zsh ENOENT', errno: -2, code: 'ENOENT', syscall: 'spawnSync /bin/zsh', path: '/bin/zsh', spawnargs: [ '-c', 'node /home/runner/work/agentsmesh/agentsmesh/dist/cli.js lint 2>&1' ], error: [Circular], status: null, signal: null, output: null, pid: +0, stdout: undefined, stderr: undefined, constructor: 'Function<Error>', name: 'Error', toString: 'Function<toString>', stacks: [ { method: '', file: '/home/runner/work/agentsmesh/agentsmesh/tests/integration/lint.integration.test.ts', line: 74, column: 17 } ] }, status: null, signal: null, output: null, pid: +0, stdout: undefined, stderr: undefined }
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/