CI: Point test-wasm binary at new Build/bin location

Fixes breakage after ea0e07ec8f
This commit is contained in:
Andrew Kaster 2023-08-14 13:23:27 -06:00
parent 1d032422c1
commit 7824206f34

View file

@ -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),