We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d466bb commit 378f6c8Copy full SHA for 378f6c8
.github/workflows/tests.yml
@@ -67,3 +67,24 @@ jobs:
67
path: |
68
ui-tests/test-results
69
ui-tests/playwright-report
70
+
71
+ js:
72
+ name: js
73
+ runs-on: ubuntu-latest
74
75
+ steps:
76
+ - name: Checkout
77
+ uses: actions/checkout@v4
78
79
+ - name: Base Setup
80
+ uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
81
82
+ - name: Install nodejs dependencies
83
+ run: |
84
+ set -eux
85
+ pip install "jupyterlab>=4.4.0"
86
+ jlpm install
87
88
+ - name: Execute tests
89
90
+ jlpm test
0 commit comments