Skip to content

Further consolidate search deletes with other search commands #321

Further consolidate search deletes with other search commands

Further consolidate search deletes with other search commands #321

Triggered via pull request December 21, 2024 01:56
Status Failure
Total duration 1m 1s
Artifacts

pr-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build: api/stately/bulk-queries.test.ts#L41
Property 'deleted' is missing in type '{ query: string; type: SearchType.Item; incrementUsed: number; saved: false; }' but required in type 'UpdateSearch'.
build: api/stately/bulk-queries.test.ts#L44
Property 'deleted' is missing in type '{ query: string; type: SearchType.Item; incrementUsed: number; saved: false; }' but required in type 'UpdateSearch'.
build: api/stately/bulk-queries.test.ts#L95
Property 'deleted' is missing in type '{ query: string; type: SearchType.Item; incrementUsed: number; saved: false; }' but required in type 'UpdateSearch'.
build: api/stately/bulk-queries.test.ts#L98
Property 'deleted' is missing in type '{ query: string; type: SearchType.Item; incrementUsed: number; saved: false; }' but required in type 'UpdateSearch'.
build: api/stately/searches-queries.test.ts#L24
Property 'deleted' is missing in type '{ query: string; type: SearchType; saved: false; incrementUsed: number; }' but required in type 'UpdateSearch'.
build: api/stately/searches-queries.test.ts#L43
Property 'deleted' is missing in type '{ query: string; type: SearchType; saved: boolean; incrementUsed: number; }' but required in type 'UpdateSearch'.
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636