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

chore: fix WPT epoch (#24716)

This was missed in the previous `std` updates.
This commit is contained in:
Asher Gomez 2024-07-25 17:20:44 +10:00 committed by GitHub
parent 5f44148e83
commit ef78d317f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,9 +66,9 @@ jobs:
- name: Run web platform tests
shell: bash
run: |
deno run --unstable -A --lock=tools/deno.lock.json \
deno run --unstable -A --lock=tools/deno.lock.json --config=tests/config/deno.json \
./tests/wpt/wpt.ts setup
deno run --unstable -A --lock=tools/deno.lock.json \
deno run --unstable -A --lock=tools/deno.lock.json --config=tests/config/deno.json \
./tests/wpt/wpt.ts run \ \
--binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json --exit-zero