ci: for wpt run with --concurrency=3

This commit is contained in:
Pierre Tachoire
2026-03-04 15:54:48 +01:00
parent 6c5efe6ce0
commit 918f6ce0e6

View File

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