Skip to content

#509 Add price sorting support and integration tests for creator list price filter + sort combination #469

#509 Add price sorting support and integration tests for creator list price filter + sort combination

#509 Add price sorting support and integration tests for creator list price filter + sort combination #469

Triggered via pull request June 27, 2026 15:39
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
verify: src/modules/creators/creators-cache-key.utils.ts#L44
Argument of type 'unknown' is not assignable to parameter of type 'string | null | undefined'.
verify: src/modules/creators/creators-cache-key.utils.ts#L41
Type 'unknown' is not assignable to type 'string | number | boolean | undefined'.
verify: src/modules/creators/creators-cache-key.utils.ts#L40
Type 'unknown' is not assignable to type 'string | number | boolean | undefined'.
verify: src/modules/creators/creators-cache-key.utils.ts#L39
Type 'unknown' is not assignable to type 'string | number | boolean | undefined'.
verify: src/modules/creators/creators-cache-key.utils.ts#L38
Type 'unknown' is not assignable to type 'string | number | boolean | undefined'.
verify: src/modules/creators/creators-cache-key.utils.ts#L37
Type 'unknown' is not assignable to type 'string | number | boolean | undefined'.
verify: src/modules/creators/creator-feed-default-sort.integration.test.ts#L12
File '/home/runner/work/accesslayer-server/accesslayer-server/src/constants/creator-list-sort.constants.ts' is not a module.
verify: src/modules/creator/creator.utils.ts#L11
File '/home/runner/work/accesslayer-server/accesslayer-server/src/constants/creator-list-sort.constants.ts' is not a module.
verify: src/modules/creator/creator.controller.ts#L121
Type 'unknown' is not assignable to type 'number'.
verify: src/modules/creator/creator.controller.ts#L116
Argument of type 'unknown' is not assignable to parameter of type 'string | undefined'.
verify
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/