Skip to content

PDE-4991 Define types for performBulk #1098

PDE-4991 Define types for performBulk

PDE-4991 Define types for performBulk #1098

Triggered via push May 14, 2024 21:52
Status Failure
Total duration 2m 36s
Artifacts

ci.yaml

on: push
Matrix: Smoke test - cli
Matrix: Smoke test - core, schema
Matrix: Test - cli
Matrix: Test - core, schema, legacy-scripting-runner
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 13 warnings
Test - cli (macos-latest, 16.x)
Property 'perform' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (macos-latest, 16.x)
Property 'performBulk' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (macos-latest, 16.x)
Type '{ bulk: { inputData: { genre: string; title: string; year: number; }; meta: { id: string; }; }[]; groupedBy: { genre: string; }; }' has no properties in common with type 'Partial<Bundle<{ [x: string]: any; }>>'.
Test - cli (macos-latest, 16.x)
Process completed with exit code 1.
Test - cli (ubuntu-latest, 18.x)
Property 'perform' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (ubuntu-latest, 18.x)
Property 'performBulk' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (ubuntu-latest, 18.x)
Type '{ bulk: { inputData: { genre: string; title: string; year: number; }; meta: { id: string; }; }[]; groupedBy: { genre: string; }; }' has no properties in common with type 'Partial<Bundle<{ [x: string]: any; }>>'.
Test - cli (ubuntu-latest, 18.x)
Process completed with exit code 1.
Test - cli (ubuntu-latest, 16.x)
Property 'perform' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (ubuntu-latest, 16.x)
Property 'performBulk' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (ubuntu-latest, 16.x)
Type '{ bulk: { inputData: { genre: string; title: string; year: number; }; meta: { id: string; }; }[]; groupedBy: { genre: string; }; }' has no properties in common with type 'Partial<Bundle<{ [x: string]: any; }>>'.
Test - cli (ubuntu-latest, 16.x)
Process completed with exit code 1.
Test - cli (macos-latest, 18.x)
Property 'perform' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (macos-latest, 18.x)
Property 'performBulk' does not exist on type '{ perform: (z: ZObject, bundle: Bundle<{ title: string; year: number; }>) => Promise<any>; inputFields: ({ key: string; required: boolean; type?: undefined; } | { ...; })[]; sample: { ...; }; } | { ...; }'.
Test - cli (macos-latest, 18.x)
Type '{ bulk: { inputData: { genre: string; title: string; year: number; }; meta: { id: string; }; }[]; groupedBy: { genre: string; }; }' has no properties in common with type 'Partial<Bundle<{ [x: string]: any; }>>'.
Test - cli (macos-latest, 18.x)
Process completed with exit code 1.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test - core, schema, legacy-scripting-runner (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test - core, schema, legacy-scripting-runner (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test - cli (macos-latest, 16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test - cli (ubuntu-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test - cli (ubuntu-latest, 16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test - cli (macos-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test - core, schema (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test - core, schema (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test - cli (macos-latest, 16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test - cli (ubuntu-latest, 16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test - cli (ubuntu-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Smoke test - cli (macos-latest, 18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.