summaryrefslogtreecommitdiff
path: root/.github/workflows/wpt_epoch.yml
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-02-16 14:32:28 +1100
committerGitHub <noreply@github.com>2024-02-16 03:32:28 +0000
commit5596de8081970a6fa811b95e60a27dca071a714e (patch)
treec4772533f3a7b2c9945cb8f0797e4ec38fc637a9 /.github/workflows/wpt_epoch.yml
parent4f80d83774ce5402a2b10503529fe422c998b841 (diff)
chore: move `test_util/wpt` to `tests/wpt/suite` (#22412)
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a follow-up PR. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com>
Diffstat (limited to '.github/workflows/wpt_epoch.yml')
-rw-r--r--.github/workflows/wpt_epoch.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/wpt_epoch.yml b/.github/workflows/wpt_epoch.yml
index d44d940f0..ab4a2ec4d 100644
--- a/.github/workflows/wpt_epoch.yml
+++ b/.github/workflows/wpt_epoch.yml
@@ -45,7 +45,7 @@ jobs:
deno --version
- name: Switch WPT submodule to epochs/daily
- working-directory: test_util/wpt/
+ working-directory: tests/wpt/suite/
shell: bash
run: |
git remote set-branches origin '*'
@@ -55,12 +55,12 @@ jobs:
- name: Configure hosts file for WPT (unix)
if: runner.os != 'Windows'
- working-directory: test_util/wpt/
+ working-directory: tests/wpt/suite/
run: ./wpt make-hosts-file | sudo tee -a /etc/hosts
- name: Configure hosts file for WPT (windows)
if: runner.os == 'Windows'
- working-directory: test_util/wpt/
+ working-directory: tests/wpt/suite/
run: python wpt make-hosts-file | Out-File $env:SystemRoot\System32\drivers\etc\hosts -Encoding ascii -Append
- name: Run web platform tests