Upgrade extensions template #959
Triggered via pull request
November 25, 2024 09:09
Status
Cancelled
Total duration
4h 44m 52s
Artifacts
1
main.yml
on: pull_request
Matrix: build_all
Matrix: build_extensions
Matrix: build_serverextension
Annotations
35 errors, 105 warnings, and 26 notices
build_extensions (documents, ubuntu-latest)
Process completed with exit code 1.
|
build_all (ubuntu-latest)
Process completed with exit code 1.
|
tests/jupyterlab_examples_notifications.spec.ts:3:5 βΊ should display notifications:
notifications/ui-tests/tests/jupyterlab_examples_notifications.spec.ts#L24
1) tests/jupyterlab_examples_notifications.spec.ts:3:5 βΊ should display notifications ββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 325px by 224px, received 327px by 226px. 6915 pixels (ratio 0.10 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/tests/jupyterlab_examples_notifications.spec.ts-snapshots/notifications-linux.png
Received: /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/test-results/tests-jupyterlab_examples_-6798e-hould-display-notifications/notifications-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/test-results/tests-jupyterlab_examples_-6798e-hould-display-notifications/notifications-diff.png
22 | .locator('.jp-Notification-Center')
23 | .screenshot({ animations: 'disabled' })
> 24 | ).toMatchSnapshot('notifications.png');
| ^
25 |
26 | let alert = false;
27 | page.once('dialog', dialog => {
at /home/runner/work/extension-examples/extension-examples/notifications/ui-tests/tests/jupyterlab_examples_notifications.spec.ts:24:5
|
build_extensions (notifications, ubuntu-latest)
Process completed with exit code 1.
|
tests/kernel-messaging.spec.ts:3:5 βΊ should open a panel connected to a kernel:
kernel-messaging/ui-tests/tests/kernel-messaging.spec.ts#L30
1) tests/kernel-messaging.spec.ts:3:5 βΊ should open a panel connected to a kernel ββββββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
921 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/kernel-messaging/ui-tests/tests/kernel-messaging.spec.ts-snapshots/kernel-messaging-example-linux.png
Received: /home/runner/work/extension-examples/extension-examples/kernel-messaging/ui-tests/test-results/tests-kernel-messaging-sho-3ef4d-panel-connected-to-a-kernel/kernel-messaging-example-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/kernel-messaging/ui-tests/test-results/tests-kernel-messaging-sho-3ef4d-panel-connected-to-a-kernel/kernel-messaging-example-diff.png
28 |
29 | // Compare screenshot with a stored reference.
> 30 | expect(await page.screenshot()).toMatchSnapshot(
| ^
31 | 'kernel-messaging-example.png'
32 | );
33 | });
at /home/runner/work/extension-examples/extension-examples/kernel-messaging/ui-tests/tests/kernel-messaging.spec.ts:30:35
|
build_extensions (kernel-messaging, ubuntu-latest)
Process completed with exit code 1.
|
tests/widgets.spec.ts:3:5 βΊ should open a widget panel:
widgets/ui-tests/tests/widgets.spec.ts#L28
1) tests/widgets.spec.ts:3:5 βΊ should open a widget panel ββββββββββββββββββββββββββββββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
809 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/widgets/ui-tests/tests/widgets.spec.ts-snapshots/widgets-example-linux.png
Received: /home/runner/work/extension-examples/extension-examples/widgets/ui-tests/test-results/tests-widgets-should-open-a-widget-panel/widgets-example-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/widgets/ui-tests/test-results/tests-widgets-should-open-a-widget-panel/widgets-example-diff.png
26 | expect(await gotAlerted).toEqual(true);
27 |
> 28 | expect(await page.screenshot()).toMatchSnapshot('widgets-example.png');
| ^
29 | });
30 |
at /home/runner/work/extension-examples/extension-examples/widgets/ui-tests/tests/widgets.spec.ts:28:35
|
build_extensions (widgets, ubuntu-latest)
Process completed with exit code 1.
|
build_all (macos-latest)
Process completed with exit code 1.
|
tests/datagrid.spec.ts:3:5 βΊ should open a datagrid panel:
datagrid/ui-tests/tests/datagrid.spec.ts#L16
1) tests/datagrid.spec.ts:3:5 βΊ should open a datagrid panel βββββββββββββββββββββββββββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
4145 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/datagrid/ui-tests/tests/datagrid.spec.ts-snapshots/datagrid-example-linux.png
Received: /home/runner/work/extension-examples/extension-examples/datagrid/ui-tests/test-results/tests-datagrid-should-open-a-datagrid-panel/datagrid-example-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/datagrid/ui-tests/test-results/tests-datagrid-should-open-a-datagrid-panel/datagrid-example-diff.png
14 |
15 | // Compare screenshot with a stored reference.
> 16 | expect(await page.screenshot()).toMatchSnapshot('datagrid-example.png');
| ^
17 | });
18 |
at /home/runner/work/extension-examples/extension-examples/datagrid/ui-tests/tests/datagrid.spec.ts:16:35
|
build_extensions (datagrid, ubuntu-latest)
Process completed with exit code 1.
|
tests/signals.spec.ts:3:5 βΊ should emit console message and alert when button is pressed:
signals/ui-tests/tests/signals.spec.ts#L29
1) tests/signals.spec.ts:3:5 βΊ should emit console message and alert when button is pressed ββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
882 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/signals/ui-tests/tests/signals.spec.ts-snapshots/signals-example-linux.png
Received: /home/runner/work/extension-examples/extension-examples/signals/ui-tests/test-results/tests-signals-should-emit--08af6-lert-when-button-is-pressed/signals-example-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/signals/ui-tests/test-results/tests-signals-should-emit--08af6-lert-when-button-is-pressed/signals-example-diff.png
27 | ]);
28 |
> 29 | expect(await page.screenshot()).toMatchSnapshot('signals-example.png');
| ^
30 | });
31 |
at /home/runner/work/extension-examples/extension-examples/signals/ui-tests/tests/signals.spec.ts:29:35
|
build_extensions (signals, ubuntu-latest)
Process completed with exit code 1.
|
tests/react-widget.spec.ts:3:5 βΊ should open a new panel with a react component:
react-widget/ui-tests/tests/react-widget.spec.ts#L28
1) tests/react-widget.spec.ts:3:5 βΊ should open a new panel with a react component βββββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
610 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/tests/react-widget.spec.ts-snapshots/react-widget-example-linux.png
Received: /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/test-results/tests-react-widget-should--ae9ea-anel-with-a-react-component/react-widget-example-actual.png
Diff: /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/test-results/tests-react-widget-should--ae9ea-anel-with-a-react-component/react-widget-example-diff.png
26 | ]);
27 |
> 28 | expect(await page.screenshot()).toMatchSnapshot('react-widget-example.png');
| ^
29 | });
30 |
at /home/runner/work/extension-examples/extension-examples/react-widget/ui-tests/tests/react-widget.spec.ts:28:35
|
build_extensions (react-widget, ubuntu-latest)
Process completed with exit code 1.
|
tests/cell_toolbar.spec.ts:3:5 βΊ should add buttons on code cell and markdown cell:
cell-toolbar/ui-tests/tests/cell_toolbar.spec.ts#L16
1) tests/cell_toolbar.spec.ts:3:5 βΊ should add buttons on code cell and markdown cell ββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.jp-cell-toolbar button[data-command="toolbar-button:run-code-cell"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.jp-cell-toolbar button[data-command="toolbar-button:run-code-cell"]')
14 |
15 | await page.notebook.setCell(0, 'code', 'print("Hello, JupyterLab")');
> 16 | await expect(page.locator(RUN_CODE)).toBeVisible();
| ^
17 | await expect(page.locator(RENDER_MD)).toBeHidden();
18 |
19 | await page.locator(RUN_CODE).click();
at /home/runner/work/extension-examples/extension-examples/cell-toolbar/ui-tests/tests/cell_toolbar.spec.ts:16:40
|
tests/cell_toolbar.spec.ts:3:5 βΊ should add buttons on code cell and markdown cell:
cell-toolbar/ui-tests/tests/cell_toolbar.spec.ts#L1
1) tests/cell_toolbar.spec.ts:3:5 βΊ should add buttons on code cell and markdown cell ββββββββββββ
Error: Response has been disposed
at /home/runner/work/extension-examples/extension-examples/cell-toolbar/ui-tests/node_modules/@jupyterlab/galata/src/galata.ts:901:29
|
build_extensions (cell-toolbar, ubuntu-latest)
Process completed with exit code 1.
|
build_extensions (documents, macos-latest)
Process completed with exit code 1.
|
tests/jupyterlab_examples_codemirror_extension.spec.ts:3:5 βΊ should display zebra stripes in cell editors:
codemirror-extension/ui-tests/tests/jupyterlab_examples_codemirror_extension.spec.ts#L1
1) tests/jupyterlab_examples_codemirror_extension.spec.ts:3:5 βΊ should display zebra stripes in cell editors
Test timeout of 60000ms exceeded.
|
tests/jupyterlab_examples_codemirror_extension.spec.ts:3:5 βΊ should display zebra stripes in cell editors:
codemirror-extension/ui-tests/tests/jupyterlab_examples_codemirror_extension.spec.ts#L31
1) tests/jupyterlab_examples_codemirror_extension.spec.ts:3:5 βΊ should display zebra stripes in cell editors
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('tab', { name: 'CodeMirror CodeMirror' }).getByText('CodeMirror')
29 | .getByRole('tab', { name: 'CodeMirror CodeMirror' })
30 | .getByText('CodeMirror')
> 31 | .click();
| ^
32 |
33 | // Change the step
34 | await page
at /home/runner/work/extension-examples/extension-examples/codemirror-extension/ui-tests/tests/jupyterlab_examples_codemirror_extension.spec.ts:31:6
|
build_extensions (codemirror-extension, ubuntu-latest)
Process completed with exit code 1.
|
tests/custom-log-console.spec.ts:3:5 βΊ should open a log panel and filter message depending on the log level.:
custom-log-console/ui-tests/tests/custom-log-console.spec.ts#L1
1) tests/custom-log-console.spec.ts:3:5 βΊ should open a log panel and filter message depending on the log level.
Test timeout of 60000ms exceeded.
|
tests/custom-log-console.spec.ts:3:5 βΊ should open a log panel and filter message depending on the log level.:
custom-log-console/ui-tests/tests/custom-log-console.spec.ts#L43
1) tests/custom-log-console.spec.ts:3:5 βΊ should open a log panel and filter message depending on the log level.
Error: proxy.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('button:has-text("Add Checkpoint")')
41 |
42 | // Click button:has-text("Add Checkpoint")
> 43 | await page.click('button:has-text("Add Checkpoint")');
| ^
44 |
45 | expect(await page.waitForSelector('hr')).toBeTruthy();
46 |
at /home/runner/work/extension-examples/extension-examples/custom-log-console/ui-tests/tests/custom-log-console.spec.ts:43:14
|
build_extensions (custom-log-console, ubuntu-latest)
Process completed with exit code 1.
|
tests/toolbar-button.spec.ts:3:5 βΊ should clear all outputs when clicked:
toolbar-button/ui-tests/tests/toolbar-button.spec.ts#L1
1) tests/toolbar-button.spec.ts:3:5 βΊ should clear all outputs when clicked ββββββββββββββββββββββ
Test timeout of 60000ms exceeded.
|
tests/toolbar-button.spec.ts:3:5 βΊ should clear all outputs when clicked:
toolbar-button/ui-tests/tests/toolbar-button.spec.ts#L10
1) tests/toolbar-button.spec.ts:3:5 βΊ should clear all outputs when clicked ββββββββββββββββββββββ
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-721d6015-4b0d-4087-93a7-2702a9f16d95"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-Cell[data-windowed-list-index="0"]')
- locator resolved to <div tabindex="0" data-windowed-list-index="0" aria-label="Code Cell Content" class="lm-Widget jp-Cell jp-CodeCell jp-Notebook-cell jp-mod-selected jp-mod-noOutputs jp-mod-active">β¦</div>
- attempting click action
2 Γ waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <span class="jp-ToolbarButtonComponent-label">Python 3 (ipykernel)</span> from <jp-toolbar role="toolbar" orientation="horizontal" aria-label="notebook actions" aria-orientation="horizontal" class="lm-Widget jp-Toolbar jp-NotebookPanel-toolbar">β¦</jp-toolbar> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 Γ waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <span class="jp-ToolbarButtonComponent-label">Python 3 (ipykernel)</span> from <jp-toolbar role="toolbar" orientation="horizontal" aria-label="notebook actions" aria-orientation="horizontal" class="lm-Widget jp-Toolbar jp-NotebookPanel-toolbar">β¦</jp-toolbar> subtree intercepts pointer events
- retrying click action
- waiting 100ms
107 Γ waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <span class="jp-ToolbarButtonComponent-label">Python 3 (ipykernel)</span> from <jp-toolbar role="toolbar" orientation="horizontal" aria-label="notebook actions" aria-orientation="horizontal" class="lm-Widget jp-Toolbar jp-NotebookPanel-toolbar">β¦</jp-toolbar> subtree intercepts pointer events
- retrying click action
- waiting 500ms
8 | await page.waitForSelector('text=| Idle');
9 |
> 10 | await page.notebook.setCell(0, 'code', 'print("Hello, JupyterLab")');
| ^
11 | await page.keyboard.press('Shift+Enter');
12 |
13 | await page.notebook.setCell(1, 'code', 'print("Welcome to JupyterLab")');
at NotebookHelper.selectCells (/home/runner/work/extension-examples/extension-examples/toolbar-button/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1160:21)
at NotebookHelper.setCell (/home/runner/work/extension-examples/extension-examples/toolbar-button/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1250:9)
at /home/runner/work/extension-examples/extension-examples/toolbar-button/ui-tests/tests/toolbar-button.spec.ts:10:3
|
build_extensions (toolbar-button, ubuntu-latest)
Process completed with exit code 1.
|
build_extensions (documents, windows-latest)
Process completed with exit code 1.
|
build_all (windows-latest)
Process completed with exit code 1.
|
tests/kernel-output.spec.ts:3:5 βΊ should open a panel connected to a notebook kernel:
kernel-output/ui-tests/tests/kernel-output.spec.ts#L1
1) tests/kernel-output.spec.ts:3:5 βΊ should open a panel connected to a notebook kernel ββββββββββ
Test timeout of 120000ms exceeded.
|
tests/kernel-output.spec.ts:3:5 βΊ should open a panel connected to a notebook kernel:
kernel-output/ui-tests/tests/kernel-output.spec.ts#L30
1) tests/kernel-output.spec.ts:3:5 βΊ should open a panel connected to a notebook kernel ββββββββββ
Error: locator.selectOption: Test timeout of 120000ms exceeded.
Call log:
- waiting for locator('.jp-Dialog-body').locator('select')
- locator resolved to <select class="jp-mod-styled">β¦</select>
- attempting select option action
2 Γ waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 20ms
2 Γ waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 100ms
220 Γ waiting for element to be visible and enabled
- did not find some options
- retrying select option action
- waiting 500ms
28 |
29 | // Select Notebook kernel
> 30 | await page.locator('.jp-Dialog-body').locator('select').selectOption({
| ^
31 | label: 'Untitled.ipynb'
32 | });
33 |
at /home/runner/work/extension-examples/extension-examples/kernel-output/ui-tests/tests/kernel-output.spec.ts:30:59
|
build_extensions (kernel-output, ubuntu-latest)
Process completed with exit code 1.
|
build_extensions (log-messages, ubuntu-latest)
The run was canceled by @fcollonval.
|
build_extensions (log-messages, ubuntu-latest)
The operation was canceled.
|
build_extensions (documents, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (documents, ubuntu-latest)
No files were found with the provided path: documents/ui-tests/test-results. No artifacts will be uploaded.
|
build_all (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (notifications, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (kernel-messaging, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (widgets, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_all (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (hello-world, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (context-menu, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (hello-world, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (hello-world, ubuntu-latest)
No files were found with the provided path: hello-world/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (datagrid, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (signals, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (toolbar-button, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (completer, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (widgets, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (metadata-form, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (react-widget, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (cell-toolbar, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (cell-toolbar, ubuntu-latest)
No files were found with the provided path: cell-toolbar/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (documents, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (command-palette, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (datagrid, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (toparea-text-widget, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (command-palette, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (command-palette, ubuntu-latest)
No files were found with the provided path: command-palette/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (context-menu, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (context-menu, ubuntu-latest)
No files were found with the provided path: context-menu/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (shout-button-message, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (contentheader, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (contentheader, ubuntu-latest)
No files were found with the provided path: contentheader/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (signals, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (main-menu, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (completer, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (completer, ubuntu-latest)
No files were found with the provided path: completer/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (toparea-text-widget, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (toparea-text-widget, ubuntu-latest)
No files were found with the provided path: toparea-text-widget/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (launcher, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (main-menu, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (main-menu, ubuntu-latest)
No files were found with the provided path: main-menu/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (settings, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (settings, ubuntu-latest)
No files were found with the provided path: settings/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (commands, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (commands, ubuntu-latest)
No files were found with the provided path: commands/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (kernel-output, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (state, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (state, ubuntu-latest)
No files were found with the provided path: state/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (log-messages, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (metadata-form, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (metadata-form, ubuntu-latest)
No files were found with the provided path: metadata-form/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (codemirror-extension, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (commands, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (settings, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (kernel-messaging, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (shout-button-message, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (shout-button-message, ubuntu-latest)
No files were found with the provided path: shout-button-message/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (react-widget, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (launcher, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (launcher, ubuntu-latest)
No files were found with the provided path: launcher/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (state, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (notifications, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (codemirror-extension, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (custom-log-console, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (custom-log-console, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (toolbar-button, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (contentheader, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (documents, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_all (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (clap-button-message, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (cell-toolbar, macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (kernel-output, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (context-menu, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (metadata-form, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (custom-log-console, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (clap-button-message, ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (clap-button-message, ubuntu-latest)
No files were found with the provided path: clap-button-message/ui-tests/test-results. No artifacts will be uploaded.
|
build_extensions (kernel-messaging, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (commands, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (toparea-text-widget, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (react-widget, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (settings, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (command-palette, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (hello-world, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (datagrid, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (shout-button-message, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (codemirror-extension, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (state, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (log-messages, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (main-menu, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (clap-button-message, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (signals, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (completer, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (widgets, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (toolbar-button, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (kernel-output, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (cell-toolbar, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (contentheader, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (launcher, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_serverextension (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (notifications, windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_serverextension (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_serverextension (ubuntu-latest)
No files were found with the provided path: server-extension/ui-tests/test-results. No artifacts will be uploaded.
|
build_serverextension (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, dorny/paths-filter@v2, actions/cache@v3, actions/setup-node@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build_extensions (log-messages, ubuntu-latest)
No files were found with the provided path: log-messages/ui-tests/test-results. No artifacts will be uploaded.
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "ui-test-output".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
π Playwright Run Summary
1 failed
tests/jupyterlab_examples_notifications.spec.ts:3:5 βΊ should display notifications βββββββββββββ
|
π Playwright Run Summary
1 failed
tests/kernel-messaging.spec.ts:3:5 βΊ should open a panel connected to a kernel βββββββββββββββββ
|
π Playwright Run Summary
1 failed
tests/widgets.spec.ts:3:5 βΊ should open a widget panel βββββββββββββββββββββββββββββββββββββββββ
|
π Playwright Run Summary
1 passed (8.0s)
|
π Playwright Run Summary
1 failed
tests/datagrid.spec.ts:3:5 βΊ should open a datagrid panel ββββββββββββββββββββββββββββββββββββββ
|
π Playwright Run Summary
1 failed
tests/signals.spec.ts:3:5 βΊ should emit console message and alert when button is pressed βββββββ
|
π Playwright Run Summary
1 failed
tests/react-widget.spec.ts:3:5 βΊ should open a new panel with a react component ββββββββββββββββ
|
π Playwright Run Summary
1 failed
tests/cell_toolbar.spec.ts:3:5 βΊ should add buttons on code cell and markdown cell βββββββββββββ
|
π Playwright Run Summary
1 passed (8.3s)
|
π Playwright Run Summary
1 passed (8.8s)
|
π Playwright Run Summary
1 passed (8.3s)
|
π Playwright Run Summary
1 passed (12.4s)
|
π Playwright Run Summary
1 passed (8.1s)
|
π Playwright Run Summary
1 passed (8.2s)
|
π Playwright Run Summary
1 passed (9.7s)
|
π Playwright Run Summary
1 passed (8.0s)
|
π Playwright Run Summary
1 passed (8.7s)
|
π Playwright Run Summary
1 passed (11.1s)
|
π Playwright Run Summary
1 passed (8.1s)
|
π Playwright Run Summary
2 passed (11.5s)
|
π Playwright Run Summary
1 failed
tests/jupyterlab_examples_codemirror_extension.spec.ts:3:5 βΊ should display zebra stripes in cell editors
|
π Playwright Run Summary
1 failed
tests/custom-log-console.spec.ts:3:5 βΊ should open a log panel and filter message depending on the log level.
|
π Playwright Run Summary
1 failed
tests/toolbar-button.spec.ts:3:5 βΊ should clear all outputs when clicked βββββββββββββββββββββββ
|
π Playwright Run Summary
1 failed
tests/kernel-output.spec.ts:3:5 βΊ should open a panel connected to a notebook kernel βββββββββββ
|
π Playwright Run Summary
1 passed (8.0s)
|
π Playwright Run Summary
1 passed (8.3s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ui-test-output
|
6.87 MB |
|