ci: enable CORS in wpt run

This commit is contained in:
Pierre Tachoire committed 2026-09-07 09:07:59 +02:00
1 parent 6904e9ee49
commit dad748ff1c
1 file changed
+1 -1
+1 -1
View File
@@ -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