File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
working-directory : ui-tests
45
45
46
46
- name : Launch JupyterLab
47
- run : jlpm start-jlab :detached > /tmp/jupyterlab_server.log 2>&1
47
+ run : jlpm start:detached > /tmp/jupyterlab_server.log 2>&1
48
48
working-directory : ui-tests
49
49
50
50
- name : Wait for JupyterLab
Original file line number Diff line number Diff line change 4
4
"description" : " ipyleaflet UI Tests" ,
5
5
"private" : true ,
6
6
"scripts" : {
7
- "start-jlab " : " jupyter lab --config ./jupyter_server_config.py" ,
8
- "start-jlab :detached" : " yarn run start-jlab &" ,
7
+ "start" : " jupyter lab --config ./jupyter_server_config.py" ,
8
+ "start:detached" : " yarn run start&" ,
9
9
"clean" : " rimraf tests/notebooks/.ipynb_checkpoints && rimraf test-output" ,
10
10
"test" : " yarn run clean && playwright test" ,
11
11
"test:debug" : " yarn run clean && PWDEBUG=1 playwright test" ,
You can’t perform that action at this time.
0 commit comments