summaryrefslogtreecommitdiff
path: root/.github/workflows/wpt_epoch.yml
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-03-05 11:41:16 +1100
committerGitHub <noreply@github.com>2024-03-05 00:41:16 +0000
commit0022c35a237773b50a771b0fef48cac734f7a9d6 (patch)
treea7a2f9472d432c6ae9b329e6a62a9dbe0f69de75 /.github/workflows/wpt_epoch.yml
parentc559e813e172bc67225391d3c5cb5d85c14c6279 (diff)
chore: move `tools/wpt` to `tests/wpt/runner` (#22545)
Towards #22525 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
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 2bc4472b1..359c8ef27 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 \
- ./tools/wpt.ts setup
+ ./tests/wpt/runner/runner.ts setup
deno run --unstable --allow-write --allow-read --allow-net \
--allow-env --allow-run --lock=tools/deno.lock.json \
- ./tools/wpt.ts run \
+ ./tests/wpt/runner/runner.ts run \ \
--binary=$(which deno) --quiet --release --no-ignore --json=wpt.json --wptreport=wptreport.json
- name: Upload wpt results to wpt.fyi