1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

chore: fail properly in web platform test (#22549)

Having `|| true` means that the job always executes with a success code,
even when it really fails. Credit to Bartek for spotting this possible
mistake.

Towards #22257
This commit is contained in:
Asher Gomez 2024-02-23 11:17:39 +11:00 committed by GitHub
parent e8b1925172
commit f7b08cd962
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ jobs:
deno run --unstable --allow-write --allow-read --allow-net \ deno run --unstable --allow-write --allow-read --allow-net \
--allow-env --allow-run --lock=tools/deno.lock.json \ --allow-env --allow-run --lock=tools/deno.lock.json \
./tools/wpt.ts run \ ./tools/wpt.ts run \
--binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json || true --binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json
- name: Upload wpt results to wpt.fyi - name: Upload wpt results to wpt.fyi
env: env: