Bump axios from 1.6.1 to 1.7.7 #260
Annotations
2 errors, 2 warnings, and 1 notice
Execute integration tests:
packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts#L73
1) tests/jupyterlab_fasta.spec.ts:30:5 › should display notebook fasta output ────────────────────
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 592px by 258px, received 572px by 258px. 727 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts-snapshots/fasta-notebook-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/test-results/tests-jupyterlab_fasta-should-display-notebook-fasta-output/fasta-notebook-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/test-results/tests-jupyterlab_fasta-should-display-notebook-fasta-output/fasta-notebook-diff.png
71 |
72 | if (version[0] != '3') {
> 73 | expect(await output.screenshot()).toMatchSnapshot('fasta-notebook.png');
| ^
74 | }
75 | });
76 |
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts:73:39
|
Execute integration tests
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, 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/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts", "jupyterlab_fasta-3.6-playwright-tests", "jupyterlab_fasta-4.0.0-playwright-tests", "jupyterlab_geojson-3.6-playwright-tests", "jupyterlab_geojson-4.0.0-playwright-tests", "jupyterlab_katex-4.0.0-playwright-tests", "jupyterlab_mathjax2-4.0.0-playwright-tests", "jupyterlab_vega3-3.6-playwright-tests", "jupyterlab_vega3-4.0.0-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
1 failed
tests/jupyterlab_fasta.spec.ts:30:5 › should display notebook fasta output ─────────────────────
1 passed (29.6s)
|
Loading