Phase 22-23: Synthesis Engine, Extended Steps, Demo Sessions #21
ci.yml
on: pull_request
Lint
25s
Unit Tests
27s
Integration Tests
18s
Build
21s
E2E Tests
3m 51s
Annotations
5 errors and 5 warnings
|
Integration Tests
Process completed with exit code 2.
|
|
Integration Tests
'removeUnlockListeners' is declared but its value is never read.
|
|
Build
Process completed with exit code 2.
|
|
Build
'removeUnlockListeners' is declared but its value is never read.
|
|
E2E Tests
Process completed with exit code 1.
|
|
Lint:
app/src/hooks/useSession.ts#L216
React Hook useEffect has a missing dependency: 'state'. Either include it or remove the dependency array
|
|
Lint:
app/src/hooks/useSession.ts#L168
React Hook useEffect has missing dependencies: 'isDebugMode', 'loadState', 'logError', 'logState', 'resetState', and 'setSessionInfo'. Either include them or remove the dependency array. If 'resetState' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
app/src/hooks/useQRMode.ts#L65
React Hook useMemo has an unnecessary dependency: 'isActive'. Either exclude it or remove the dependency array
|
|
Lint:
app/src/hooks/useMultiplayer.ts#L173
React Hook useEffect has a missing dependency: 'getStateForHash'. Either include it or remove the dependency array
|
|
E2E Tests
No files were found with the provided path: app/playwright-report/. No artifacts will be uploaded.
|