diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-03-07 08:59:30 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 22:59:30 +0100 |
| commit | fed9dec92a281070521743c3b415dd653f80b3ae (patch) | |
| tree | abeb7e54daba63a60baabd55fc8641844bd6549d /.github/workflows/wpt_epoch.yml | |
| parent | 7542d1050a61583d279bdd9c1cf05eaad71f4548 (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.yml | 4 |
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 |
