summaryrefslogtreecommitdiff
path: root/.github/workflows/wpt_epoch.yml
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-03-07 08:59:30 +1100
committerGitHub <noreply@github.com>2024-03-06 22:59:30 +0100
commitfed9dec92a281070521743c3b415dd653f80b3ae (patch)
treeabeb7e54daba63a60baabd55fc8641844bd6549d /.github/workflows/wpt_epoch.yml
parent7542d1050a61583d279bdd9c1cf05eaad71f4548 (diff)
fix: point to correct WPT runner file (#22753)
We were previously pointing to the incorrect runner file.
Diffstat (limited to '.github/workflows/wpt_epoch.yml')
-rw-r--r--.github/workflows/wpt_epoch.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml
index 359c8ef27..75a2886aa 100644
--- a/.github/workflows/wpt_epoch.yml
+++ b/.github/workflows/wpt_epoch.yml
@@ -68,10 +68,10 @@ jobs:
run: |
deno run --unstable --allow-write --allow-read --allow-net \
--allow-env --allow-run --lock=tools/deno.lock.json \
- ./tests/wpt/runner/runner.ts setup
+ ./tests/wpt/wpt.ts setup
deno run --unstable --allow-write --allow-read --allow-net \
--allow-env --allow-run --lock=tools/deno.lock.json \
- ./tests/wpt/runner/runner.ts run \ \
+ ./tests/wpt/wpt.ts run \ \
--binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json
- name: Upload wpt results to wpt.fyi