mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +00:00
CI: Point test-wasm binary at new Build/bin location
Fixes breakage after ea0e07ec8f
This commit is contained in:
parent
1d032422c1
commit
7824206f34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/libjs-test262.yml
vendored
2
.github/workflows/libjs-test262.yml
vendored
|
@ -118,7 +118,7 @@ jobs:
|
|||
- name: Run test-wasm
|
||||
working-directory: libjs-test262
|
||||
run: |
|
||||
Build/_deps/lagom-build/bin/test-wasm --per-file Build/_deps/lagom-build/Userland/Libraries/LibWasm/Tests > ../libjs-test262-data/wasm/per-file-master.json || true
|
||||
Build/bin/test-wasm --per-file Build/_deps/lagom-build/Userland/Libraries/LibWasm/Tests > ../libjs-test262-data/wasm/per-file-master.json || true
|
||||
jq -nc -f /dev/stdin <<-EOF --slurpfile previous ../libjs-test262-data/wasm/results.json --slurpfile details ../libjs-test262-data/wasm/per-file-master.json > wasm-new-results.json
|
||||
\$details[0] as \$details | \$previous[0] + [{
|
||||
"commit_timestamp": $(git -C .. log -1 --format=%ct),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue