mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
ci: for wpt run with --concurrency=3
This commit is contained in:
2
.github/workflows/wpt.yml
vendored
2
.github/workflows/wpt.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user