@@ -83,15 +83,15 @@ jobs:
83
83
- name : Package extension
84
84
run : |
85
85
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
89
89
90
90
- name : Upload package
91
91
uses : actions/upload-artifact@v3
92
92
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 *
95
95
if-no-files-found : error
96
96
97
97
integration-tests :
@@ -112,15 +112,15 @@ jobs:
112
112
- name : Download extension package
113
113
uses : actions/download-artifact@v3
114
114
with :
115
- name : jupyterlab_collaborative_chat -artifacts
115
+ name : jupyterlab_chat -artifacts
116
116
117
117
- name : Install the extension
118
118
run : |
119
119
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
121
121
122
122
- name : Install dependencies
123
- working-directory : python/jupyterlab-collaborative- chat/ui-tests
123
+ working-directory : python/jupyterlab-chat/ui-tests
124
124
env :
125
125
YARN_ENABLE_IMMUTABLE_INSTALLS : 0
126
126
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
@@ -135,21 +135,21 @@ jobs:
135
135
136
136
- name : Install browser
137
137
run : jlpm playwright install chromium
138
- working-directory : python/jupyterlab-collaborative- chat/ui-tests
138
+ working-directory : python/jupyterlab-chat/ui-tests
139
139
140
140
- name : Execute integration tests
141
- working-directory : python/jupyterlab-collaborative- chat/ui-tests
141
+ working-directory : python/jupyterlab-chat/ui-tests
142
142
run : |
143
143
jlpm playwright test --retries=2
144
144
145
145
- name : Upload Playwright Test report
146
146
if : always()
147
147
uses : actions/upload-artifact@v3
148
148
with :
149
- name : jupyterlab_collaborative_chat -playwright-tests
149
+ name : jupyterlab_chat -playwright-tests
150
150
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
153
153
154
154
check_links :
155
155
name : Check Links
0 commit comments