@@ -83,15 +83,15 @@ jobs:
8383 - name : Package extension
8484 run : |
8585 set -eux
86- pip install build python/jupyterlab-collaborative- chat
87- python -m build python/jupyterlab-collaborative- chat
88- pip uninstall -y "jupyterlab_collaborative_chat " jupyterlab
86+ pip install build python/jupyterlab-chat
87+ python -m build python/jupyterlab-chat
88+ pip uninstall -y "jupyterlab_chat " jupyterlab
8989
9090 - name : Upload package
9191 uses : actions/upload-artifact@v3
9292 with :
93- name : jupyterlab_collaborative_chat -artifacts
94- path : python/jupyterlab-collaborative- chat/dist/jupyterlab_collaborative_chat *
93+ name : jupyterlab_chat -artifacts
94+ path : python/jupyterlab-chat/dist/jupyterlab_chat *
9595 if-no-files-found : error
9696
9797 integration-tests :
@@ -112,15 +112,15 @@ jobs:
112112 - name : Download extension package
113113 uses : actions/download-artifact@v3
114114 with :
115- name : jupyterlab_collaborative_chat -artifacts
115+ name : jupyterlab_chat -artifacts
116116
117117 - name : Install the extension
118118 run : |
119119 set -eux
120- python -m pip install "jupyterlab>=4.0.0,<5" jupyterlab_collaborative_chat *.whl
120+ python -m pip install "jupyterlab>=4.0.0,<5" jupyterlab_chat *.whl
121121
122122 - name : Install dependencies
123- working-directory : python/jupyterlab-collaborative- chat/ui-tests
123+ working-directory : python/jupyterlab-chat/ui-tests
124124 env :
125125 YARN_ENABLE_IMMUTABLE_INSTALLS : 0
126126 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
@@ -135,21 +135,21 @@ jobs:
135135
136136 - name : Install browser
137137 run : jlpm playwright install chromium
138- working-directory : python/jupyterlab-collaborative- chat/ui-tests
138+ working-directory : python/jupyterlab-chat/ui-tests
139139
140140 - name : Execute integration tests
141- working-directory : python/jupyterlab-collaborative- chat/ui-tests
141+ working-directory : python/jupyterlab-chat/ui-tests
142142 run : |
143143 jlpm playwright test --retries=2
144144
145145 - name : Upload Playwright Test report
146146 if : always()
147147 uses : actions/upload-artifact@v3
148148 with :
149- name : jupyterlab_collaborative_chat -playwright-tests
149+ name : jupyterlab_chat -playwright-tests
150150 path : |
151- python/jupyterlab-collaborative- chat/ui-tests/test-results
152- python/jupyterlab-collaborative- chat/ui-tests/playwright-report
151+ python/jupyterlab-chat/ui-tests/test-results
152+ python/jupyterlab-chat/ui-tests/playwright-report
153153
154154 check_links :
155155 name : Check Links
0 commit comments