Skip to content

refactor: remove loginRoute from auth config #30

refactor: remove loginRoute from auth config

refactor: remove loginRoute from auth config #30

Triggered via push October 30, 2023 11:23
Status Failure
Total duration 5m 23s
Artifacts

checks.yml

on: push
Matrix: test_linux
Matrix: test_windows
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
typecheck / typecheck: tests/auth/define_config.spec.ts#L72
Argument of type '{ default: "web"; loginRoute: string; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }' is not assignable to parameter of type '{ default: "web"; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }'.
typecheck / typecheck: tests/auth/define_config.spec.ts#L99
Argument of type '{ default: "web"; loginRoute: string; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }' is not assignable to parameter of type '{ default: "web"; guards: { web: GuardConfigProvider<(ctx: HttpContext) => SessionGuard<LucidUserProvider<typeof FactoryUser>>>; }; }'.
typecheck / typecheck
Process completed with exit code 2.
test_linux (20.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_linux (18.16.0)
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_windows (18.16.0)
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_windows (20.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/