Simplify native development commands #345
ci.yml
on: pull_request
Detect Changes
8s
Playwright (Manual)
0s
Lint
25s
Typecheck
1m 7s
Unit Tests
57s
Dead Code
32s
Rust Format
0s
Rust Clippy & Tests
0s
Integration Tests
0s
CI Passed
4s
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.
|