From 5596de8081970a6fa811b95e60a27dca071a714e Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 16 Feb 2024 14:32:28 +1100 Subject: 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 --- .github/workflows/wpt_epoch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/wpt_epoch.yml') 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 -- cgit v1.2.3