Skip to content

Commit ca4e37b

Browse files
authored
Fix the update snapshot workflow (#84)
* Comment the snapshot update on jupyterlab-ws-chat * Install only the collaborative extension
1 parent 73f72cd commit ca4e37b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/update-integration-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,7 @@ jobs:
7272
run: python -m pip install -U "jupyterlab>=4.0.0,<5"
7373

7474
- name: Install extension
75-
run: ./scripts/install.sh
76-
77-
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
78-
with:
79-
github_token: ${{ secrets.GITHUB_TOKEN }}
80-
# Playwright knows how to start JupyterLab server
81-
start_server_script: 'null'
82-
test_folder: python/jupyterlab-ws-chat/ui-tests
75+
run: ./scripts/install.sh collaborative
8376

8477
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
8578
with:

0 commit comments

Comments
 (0)