Skip to content

Force change password (WIP) #648

Force change password (WIP)

Force change password (WIP) #648

Triggered via pull request September 22, 2023 22:03
Status Failure
Total duration 1m 14s
Artifacts

test.yml

on: pull_request
Lint
20s
Lint
Test MySQL migrations
37s
Test MySQL migrations
Test Postgres migrations
32s
Test Postgres migrations
Test Sqlite migrations
22s
Test Sqlite migrations
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 7 warnings
Lint: src/user/service.ts#L1
Argument of type '{ user_id: number; password: string; force_reset: boolean; }' is not assignable to parameter of type 'DbRecordArr<UserPasswordsRecord> | readonly DbRecordArr<UserPasswordsRecord>[]'.
Lint
Process completed with exit code 2.
Test Sqlite migrations: src/user/service.ts#L1
Argument of type '{ user_id: number; password: string; force_reset: boolean; }' is not assignable to parameter of type 'DbRecordArr<UserPasswordsRecord> | readonly DbRecordArr<UserPasswordsRecord>[]'.
Test Sqlite migrations
Process completed with exit code 2.
Test (18.x): src/user/service.ts#L1
Argument of type '{ user_id: number; password: string; force_reset: boolean; }' is not assignable to parameter of type 'DbRecordArr<UserPasswordsRecord> | readonly DbRecordArr<UserPasswordsRecord>[]'.
Test (18.x)
Process completed with exit code 2.
Test Postgres migrations: src/user/service.ts#L1
Argument of type '{ user_id: number; password: string; force_reset: boolean; }' is not assignable to parameter of type 'DbRecordArr<UserPasswordsRecord> | readonly DbRecordArr<UserPasswordsRecord>[]'.
Test Postgres migrations
Process completed with exit code 2.
Test (16.x): src/user/service.ts#L1
Argument of type '{ user_id: number; password: string; force_reset: boolean; }' is not assignable to parameter of type 'DbRecordArr<UserPasswordsRecord> | readonly DbRecordArr<UserPasswordsRecord>[]'.
Test (16.x)
Process completed with exit code 2.
Test MySQL migrations: src/user/service.ts#L1
Argument of type '{ user_id: number; password: string; force_reset: boolean; }' is not assignable to parameter of type 'DbRecordArr<UserPasswordsRecord> | readonly DbRecordArr<UserPasswordsRecord>[]'.
Test MySQL migrations
Process completed with exit code 2.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Sqlite migrations
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Postgres migrations
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test MySQL migrations
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/