Skip to content

Commit 7cd2295

Browse files
committed
dedupe in ui-tests
1 parent 8aadd90 commit 7cd2295

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/upgrade-jupyterlab-dependencies.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ jobs:
7373
echo "latest=${LATEST}" >> $GITHUB_ENV
7474
jlpm upgrade:lab:dependencies --set-version ${LATEST}
7575
if [[ ! -z "$(git status --porcelain package.json)" ]]; then
76-
jlpm install
76+
jlpm
7777
jlpm deduplicate
7878
7979
cd ui-tests
80-
jlpm install
80+
jlpm
81+
jlpm deduplicate
8182
fi
8283
8384
- name: Create a PR

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"license": "BSD-3-Clause",
77
"description": "Jupyter Notebook UI Tests",
88
"scripts": {
9+
"deduplicate": "jlpm dlx yarn-berry-deduplicate -s fewerHighest && jlpm install",
910
"rimraf": "rimraf",
1011
"start": "jupyter notebook --config test/jupyter_server_config.py",
11-
"start:detached": "yarn run start&",
1212
"test": "playwright test",
1313
"test:debug": "PWDEBUG=1 playwright test",
1414
"test:report": "http-server ./playwright-report -a localhost -o",

0 commit comments

Comments
 (0)