Skip to content

feat: add option to exit after launch #1201

feat: add option to exit after launch

feat: add option to exit after launch #1201

Triggered via pull request May 23, 2024 18:27
Status Failure
Total duration 2m 6s
Artifacts

build.yml

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

Annotations

9 errors and 1 warning
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L57
Property 'exitMode' is missing in type '{ apps: ({ hotCode: null; isInstalled: true; name: "Firefox"; } | { hotCode: null; isInstalled: true; name: "Safari"; } | { hotCode: null; isInstalled: false; name: "Opera"; } | { hotCode: null; isInstalled: true; name: "Brave Browser"; })[]; height: number; isSetup: true; supportMessage: number; }' but required in type 'Storage'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L96
Argument of type '{ appName: "Firefox"; isAlt: false; isShift: false; }' is not assignable to parameter of type 'OpenAppArguments'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L114
Argument of type '{ appName: "Brave Browser"; isAlt: true; isShift: false; }' is not assignable to parameter of type 'OpenAppArguments'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L131
Property 'exitMode' is missing in type '{ apps: { hotCode: string; isInstalled: false; name: "Safari"; }[]; height: number; isSetup: true; supportMessage: number; }' but required in type 'Storage'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L156
Property 'exitMode' is missing in type '{ apps: { hotCode: string; isInstalled: true; name: "Safari"; }[]; height: number; isSetup: true; supportMessage: number; }' but required in type 'Storage'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L198
Property 'exitMode' is missing in type '{ apps: { hotCode: string; isInstalled: true; name: "Safari"; }[]; height: number; isSetup: true; supportMessage: number; }' but required in type 'Storage'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L247
Argument of type '{ appName: "Firefox"; isAlt: false; isShift: true; }' is not assignable to parameter of type 'OpenAppArguments'.
build (macos-13): src/renderers/picker/components/organisms/apps.test.tsx#L266
Property 'exitMode' is missing in type '{ apps: never[]; height: number; isSetup: true; supportMessage: number; }' but required in type 'Storage'.
build (macos-13)
Process completed with exit code 2.
build (macos-13)
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/.