mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-21 12:05:40 -04:00
ci: enable CORS in wpt run
This commit is contained in:
1 file changed
+1
-1
@@ -113,7 +113,7 @@ jobs:
|
||||
run: |
|
||||
./wpt serve 2> /dev/null & echo $! > WPT.pid
|
||||
sleep 20s
|
||||
./wptrunner -lpd-path ./lightpanda -json -concurrency 8 -pool 4 --mem-limit 200 > wpt.json
|
||||
./wptrunner -lpd-path ./lightpanda --experimental-features cors -json -concurrency 8 -pool 4 --mem-limit 200 > wpt.json
|
||||
kill `cat WPT.pid`
|
||||
|
||||
- name: write commit
|
||||
|
||||
Reference in new issue
Block a user