FIX: correct font-sizes (again!) #421
Annotations
3 errors, 2 warnings, and 1 notice
Execute integration tests:
ui-tests/tests/files-run.spec.ts#L14
1) tests/files-run.spec.ts:20:7 › File Run › View Markdown file and render result ────────────────
Error: ENOENT: no such file or directory, open '/home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/tests/files/myst_tests.md'
12 | test.beforeEach(async ({ request, page, tmpPath }) => {
13 | const contents = galata.newContentsHelper(request, page);
> 14 | await contents.uploadFile(
| ^
15 | path.resolve(__dirname, `./files/${fileName}`),
16 | `${tmpPath}/${fileName}`
17 | );
at Object.base64EncodeFile (/home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/node_modules/@jupyterlab/galata/src/utils.ts:16:22)
at ContentsHelper.uploadFile (/home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/node_modules/@jupyterlab/galata/src/contents.ts:217:13)
at /home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/tests/files-run.spec.ts:14:20
|
Execute integration tests:
ui-tests/tests/notebook-run.spec.ts#L14
2) tests/notebook-run.spec.ts:20:7 › Notebook Run › Run Notebook and capture cell outputs ────────
Error: ENOENT: no such file or directory, open '/home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/tests/notebooks/myst_tests.ipynb'
12 | test.beforeEach(async ({ request, page, tmpPath }) => {
13 | const contents = galata.newContentsHelper(request, page);
> 14 | await contents.uploadFile(
| ^
15 | path.resolve(__dirname, `./notebooks/${fileName}`),
16 | `${tmpPath}/${fileName}`
17 | );
at Object.base64EncodeFile (/home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/node_modules/@jupyterlab/galata/src/utils.ts:16:22)
at ContentsHelper.uploadFile (/home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/node_modules/@jupyterlab/galata/src/contents.ts:217:13)
at /home/runner/work/jupyterlab-myst/jupyterlab-myst/ui-tests/tests/notebook-run.spec.ts:14:20
|
Execute integration tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts", "jupyterlab_myst-playwright-tests".
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/
|
Execute integration tests
2 failed
tests/files-run.spec.ts:20:7 › File Run › View Markdown file and render result ─────────────────
tests/notebook-run.spec.ts:20:7 › Notebook Run › Run Notebook and capture cell outputs ─────────
1 passed (12.6s)
|
Loading