Skip to content

feat(lazy-loading): implement feature flag-based conditional module l… #38

feat(lazy-loading): implement feature flag-based conditional module l…

feat(lazy-loading): implement feature flag-based conditional module l… #38

Triggered via pull request March 24, 2026 22:02
Status Failure
Total duration 3m 51s
Artifacts 1

ci.yml

on: pull_request
Install Dependencies
44s
Install Dependencies
ESLint
24s
ESLint
Prettier Format Check
24s
Prettier Format Check
TypeScript Type Check
26s
TypeScript Type Check
Unit Tests & Coverage
2m 50s
Unit Tests & Coverage
E2E Tests
0s
E2E Tests
CI Passed
8s
CI Passed
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 15 warnings
ESLint
Process completed with exit code 1.
TypeScript Type Check: src/app.module.ts#L168
Argument of type 'typeof BackupModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L159
Argument of type 'typeof MediaModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L150
Argument of type 'typeof CollaborationModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L141
Argument of type 'typeof DataWarehouseModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L132
Argument of type 'typeof ABTestingModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L123
Argument of type 'typeof PaymentsModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L114
Argument of type 'typeof AuthModule' is not assignable to parameter of type 'DynamicModule'.
TypeScript Type Check: src/app.module.ts#L49
'"./cdn/cdn.module"' has no exported member named 'CDNModule'. Did you mean 'CdnModule'?
TypeScript Type Check: src/app.module.ts#L43
'"./assessment/assessment.module"' has no exported member named 'AssessmentModule'. Did you mean 'AssessmentsModule'?
TypeScript Type Check: src/app.module.ts#L40
File '/home/runner/work/teachLink_backend/teachLink_backend/src/notifications/notifications.module.ts' is not a module.
Unit Tests & Coverage
Process completed with exit code 1.
CI Passed
Process completed with exit code 1.
Install Dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ESLint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
ESLint: src/cdn/cdn.service.ts#L222
'bandwidth' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/cdn/cdn.service.ts#L189
'optimizedUrl' is assigned a value but never used. Allowed unused vars must match /^_/u
ESLint: src/cdn/cdn.controller.ts#L185
'error' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/cdn/cdn.controller.ts#L153
'error' is defined but never used. Allowed unused caught errors must match /^_/u
ESLint: src/cdn/caching/edge-caching.service.ts#L153
'url' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/cdn/caching/edge-caching.service.ts#L148
'pattern' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/cdn/caching/edge-caching.service.ts#L143
'tags' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/cdn/caching/edge-caching.service.ts#L110
'url' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/backup/processing/backup-queue.processor.ts#L181
'job' is defined but never used. Allowed unused args must match /^_/u
ESLint: src/ab-testing/analysis/statistical-analysis.service.ts#L204
'alpha' is assigned a value but never used. Allowed unused vars must match /^_/u
TypeScript Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Prettier Format Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Unit Tests & Coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Artifacts

Produced during runtime
Name Size Digest
coverage-report Expired
2.04 MB
sha256:69fa9e856dc30b9e8ef376f7ec16ecc13442a59d120e869f86fe54aab3b9e24b