Skip to content

feat: memoize content grid items #257

feat: memoize content grid items

feat: memoize content grid items #257

Triggered via push September 23, 2024 01:56
Status Failure
Total duration 5m 16s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
electron/common/logger/__tests__/initialize-logging.test.ts > initialize-logging > adds an info log level to each transport when env var not set: electron/common/logger/__tests__/initialize-logging.test.ts#L49
AssertionError: expected { console: {}, file: {} } to deeply equal { console: { level: 'info' }, …(1) } - Expected + Received Object { - "console": Object { - "level": "info", - }, - "file": Object { - "level": "info", - }, + "console": Object {}, + "file": Object {}, } ❯ electron/common/logger/__tests__/initialize-logging.test.ts:49:44
electron/common/logger/__tests__/initialize-logging.test.ts > initialize-logging > adds a log level to each transport when env var set: electron/common/logger/__tests__/initialize-logging.test.ts#L62
AssertionError: expected { console: {}, file: {} } to deeply equal { console: { level: 'debug' }, …(1) } - Expected + Received Object { - "console": Object { - "level": "debug", - }, - "file": Object { - "level": "debug", - }, + "console": Object {}, + "file": Object {}, } ❯ electron/common/logger/__tests__/initialize-logging.test.ts:62:44
test
Process completed with exit code 1.
test
Failed to download action 'https://api.github.com/repos/actions/setup-node/tarball/0a44ba7841725637a19e28fa30b79a866c81b0a6'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
test
Back off 11.982 seconds before retry.
test
Failed to download action 'https://api.github.com/repos/actions/setup-node/tarball/0a44ba7841725637a19e28fa30b79a866c81b0a6'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
test
Back off 14.61 seconds before retry.