temporarily revert benchmark_id to task_id for review.tsx #1050
pr.yml
on: push
type-check
1m 27s
lint
1m 36s
test
3m 37s
storybook-tests
2m 27s
Annotations
5 errors and 4 warnings
type-check:
src/backend/routers/iep.ts#L266
Object literal may only specify known properties, and 'benchmark_id' does not exist in type 'InsertExpression<KyselySchema, "trial_data">'.
|
type-check:
src/backend/routers/iep.ts#L445
Argument of type '"trial_data.benchmark_id"' is not assignable to parameter of type 'ReferenceExpression<KyselySchema, "benchmark" | "goal" | "iep" | "student" | "task" | "trial_data">'.
|
type-check:
src/pages/benchmarks/[benchmark_id]/index.tsx#L119
Object literal may only specify known properties, and 'task_id' does not exist in type '{ success: number; benchmark_id: string; notes: string; unsuccess: number; }'.
|
type-check
Process completed with exit code 2.
|
test
Process completed with exit code 1.
|
type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
storybook-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|