Skip to content

Commit a4c4a69

Browse files
committed
Update scripts to match bot implementation
1 parent 41fa534 commit a4c4a69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
working-directory: ui-tests
4545

4646
- 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
4848
working-directory: ui-tests
4949

5050
- name: Wait for JupyterLab

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "ipyleaflet UI Tests",
55
"private": true,
66
"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&",
99
"clean": "rimraf tests/notebooks/.ipynb_checkpoints && rimraf test-output",
1010
"test": "yarn run clean && playwright test",
1111
"test:debug": "yarn run clean && PWDEBUG=1 playwright test",

0 commit comments

Comments
 (0)