Skip to content

Test and fixes for create_uploads endpoint #20

Test and fixes for create_uploads endpoint

Test and fixes for create_uploads endpoint #20

Triggered via pull request June 7, 2024 18:23
Status Failure
Total duration 1m 20s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build (18.x)
Process completed with exit code 1.
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (18.x): src/repositories/linked-accounts/linked-account.repository.ts#L39
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (18.x): src/repositories/user/user.repository.ts#L33
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build (18.x): src/repositories/video/video.repository.mock.ts#L1
Replace `"@nestjs/common"` with `'@nestjs/common'`
build (18.x): src/repositories/video/video.repository.mock.ts#L2
Replace `"./video.repository"` with `'./video.repository'`
build (18.x): src/repositories/video/video.repository.mock.ts#L3
Replace `"./schemas/video.schema"` with `'./schemas/video.schema'`
build (18.x): src/repositories/video/video.repository.mock.ts#L4
Replace `"mongoose"` with `'mongoose'`
build (18.x): src/repositories/video/video.repository.mock.ts#L5
Replace `"mongodb"` with `'mongodb'`
build (18.x): src/repositories/video/video.repository.mock.ts#L6
Replace `"@nestjs/mongoose"` with `'@nestjs/mongoose'`
build (18.x): src/repositories/video/video.repository.mock.ts#L18
Replace `owner:·string,·failureStatuses:·{·lowRc:·boolean;·publishFailed:·boolean;·}` with `⏎····owner:·string,⏎····failureStatuses:·{·lowRc:·boolean;·publishFailed:·boolean·},⏎··`