Merge pull request #1716 from lightpanda-io/wpt-again

ci: for wpt run with --concurrency=3
This commit is contained in:
Pierre Tachoire
2026-03-04 18:04:07 +01:00
committed by GitHub

View File

@@ -107,7 +107,7 @@ jobs:
run: |
./wpt serve 2> /dev/null & echo $! > WPT.pid
sleep 10s
./wptrunner -lpd-path ./lightpanda -json -concurrency 1 > wpt.json
./wptrunner -lpd-path ./lightpanda -json -concurrency 3 > wpt.json
kill `cat WPT.pid`
- name: write commit