File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,12 @@ jobs:
73
73
echo "latest=${LATEST}" >> $GITHUB_ENV
74
74
jlpm upgrade:lab:dependencies --set-version ${LATEST}
75
75
if [[ ! -z "$(git status --porcelain package.json)" ]]; then
76
- jlpm install
76
+ jlpm
77
77
jlpm deduplicate
78
78
79
79
cd ui-tests
80
- jlpm install
80
+ jlpm
81
+ jlpm deduplicate
81
82
fi
82
83
83
84
- name : Create a PR
Original file line number Diff line number Diff line change 6
6
"license" : " BSD-3-Clause" ,
7
7
"description" : " Jupyter Notebook UI Tests" ,
8
8
"scripts" : {
9
+ "deduplicate" : " jlpm dlx yarn-berry-deduplicate -s fewerHighest && jlpm install" ,
9
10
"rimraf" : " rimraf" ,
10
11
"start" : " jupyter notebook --config test/jupyter_server_config.py" ,
11
- "start:detached" : " yarn run start&" ,
12
12
"test" : " playwright test" ,
13
13
"test:debug" : " PWDEBUG=1 playwright test" ,
14
14
"test:report" : " http-server ./playwright-report -a localhost -o" ,
You can’t perform that action at this time.
0 commit comments