Update flashing.json (#65) #298
Annotations
2 errors, 2 warnings, and 1 notice
e2e\electron\electronTest.ts#L29
1) [electron] › pages\compatibility-notice.spec.ts:7:5 › shows a compatibility notice for unsupported browsers
electron.launch: Timeout 30000ms exceeded.
at electron\electronTest.ts:29
27 | process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = "true";
28 | // eslint-disable-next-line no-underscore-dangle
> 29 | const electronApp = await playwright._electron.launch({
| ^
30 | executablePath: !dev ? binaryPath() : undefined,
31 | args: !dev ? undefined : [electronMain],
32 | env: {
at Object.electronApp [as fn] (D:\a\buddy\buddy\e2e\electron\electronTest.ts:29:25)
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/cache@v2, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The logs for this run have expired and are no longer available.
Loading