Skip to content

Simplify native development commands #345

Simplify native development commands

Simplify native development commands #345

Triggered via pull request July 30, 2026 20:16
Status Failure
Total duration 1m 35s
Artifacts

ci.yml

on: pull_request
Detect Changes
8s
Detect Changes
Playwright (Manual)
0s
Playwright (Manual)
Lint
25s
Lint
Typecheck
1m 7s
Typecheck
Unit Tests
57s
Unit Tests
Dead Code
32s
Dead Code
Rust Format
0s
Rust Format
Rust Clippy & Tests
0s
Rust Clippy & Tests
Integration Tests
0s
Integration Tests
CI Passed
4s
CI Passed
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unit Tests
Process completed with exit code 1.
Unit Tests
command (/home/runner/work/shift/shift/packages/glyph-info) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run test exited (1)
src/GlyphInfo.test.ts: packages/glyph-info/src/resources.ts#L1
Error: Cannot find module '../resources/glyph-data.json' imported from /home/runner/work/shift/shift/packages/glyph-info/src/resources.ts ❯ src/resources.ts:1:1 ❯ src/GlyphInfo.test.ts:4:1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
Typecheck
Process completed with exit code 2.
Typecheck
command (/home/runner/work/shift/shift/packages/glyph-info) /home/runner/setup-pnpm/node_modules/.bin/bin/pnpm run typecheck exited (2)
Typecheck
Cannot find module '../resources/search-data.json' or its corresponding type declarations.
Typecheck
Cannot find module '../resources/charsets.json' or its corresponding type declarations.
Typecheck
Cannot find module '../resources/decomposition.json' or its corresponding type declarations.
Typecheck
Cannot find module '../resources/glyph-data.json' or its corresponding type declarations.
CI Passed
Process completed with exit code 1.