ci: split wpt build and run

vv8 build can pollute stdout output.
This commit is contained in:
Pierre Tachoire
2026-01-12 09:18:16 +01:00
parent 32520000c6
commit 2a468cc750

View File

@@ -30,8 +30,11 @@ jobs:
- uses: ./.github/actions/install - uses: ./.github/actions/install
- name: json output - name: build wpt
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast wpt -- --json > wpt.json run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast wpt
- name: run test with json output
run: ./zig-out/bin/lightpanda-wpt > wpt.json
- name: write commit - name: write commit
run: | run: |