Skip to content

Allow partial configs in environment overrides #3992

Allow partial configs in environment overrides

Allow partial configs in environment overrides #3992

Triggered via pull request January 31, 2025 19:50
Status Failure
Total duration 3m 11s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

21 errors
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; docs: { outputDir: string; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; docusaurus: { rootDir: string; docsDir: string; port: string; host: string; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { compression: false; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { excludedRoutesRegex: RegExp; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { middlewareInclusionRegex: RegExp; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; hostname: string; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; http: number; environments: { local: { http: null; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; environments: { local: { https: { port: number; key: string; cert: string[]; }; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; environments: { local: { http2: { port: number; key: string; cert: string[]; allowHTTP1: true; }; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (22.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; terminus: { healthChecks: { '/you-ok-over-there': () => Promise<string>; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
The job was canceled because "_22_x" failed.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; docs: { outputDir: string; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; docusaurus: { rootDir: string; docsDir: string; port: string; host: string; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { compression: false; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { excludedRoutesRegex: RegExp; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; express: { middlewareInclusionRegex: RegExp; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; hostname: string; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; http: number; environments: { local: { http: null; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; environments: { local: { https: { port: number; key: string; cert: string[]; }; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; environments: { local: { http2: { port: number; key: string; cert: string[]; allowHTTP1: true; }; }; }; }' is not assignable to type 'GasketConfigDefinition'.
ci (20.x)
Type '{ plugins: { name: string; version: string; description: string; hooks: {}; }[]; terminus: { healthChecks: { '/you-ok-over-there': () => Promise<string>; }; }; }' is not assignable to type 'GasketConfigDefinition'.