Skip to content

Commit a8690fd

Browse files
committed
update workflow to launch lightpanda in serve mode
1 parent f389d8b commit a8690fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: run puppeteer
8686
run: |
8787
python3 -m http.server 1234 -d ./public & echo $! > PYTHON.pid
88-
./lightpanda & echo $! > LPD.pid
88+
./lightpanda serve & echo $! > LPD.pid
8989
RUNS=100 npm run bench-puppeteer-cdp > puppeteer.out || exit 1
9090
cat /proc/`cat LPD.pid`/status |grep VmHWM|grep -oP '\d+' > LPD.VmHWM
9191
kill `cat LPD.pid` `cat PYTHON.pid`

0 commit comments

Comments
 (0)