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/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 152fa1f04..1872f4d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,8 +152,8 @@ jobs: - name: Clone submodule ./tests/util/std run: git submodule update --init --recursive --depth=1 -- ./tests/util/std if: '!(matrix.skip)' - - name: Clone submodule ./test_util/wpt - run: git submodule update --init --recursive --depth=1 -- ./test_util/wpt + - name: Clone submodule ./tests/wpt/suite + run: git submodule update --init --recursive --depth=1 -- ./tests/wpt/suite if: '!(matrix.skip) && (matrix.wpt)' - name: Clone submodule ./tools/node_compat/node run: git submodule update --init --recursive --depth=1 -- ./tools/node_compat/node @@ -506,7 +506,7 @@ jobs: - name: Configure hosts file for WPT if: '!(matrix.skip) && (matrix.wpt)' run: ./wpt make-hosts-file | sudo tee -a /etc/hosts - working-directory: test_util/wpt/ + working-directory: tests/wpt/suite/ - name: Run web platform tests (debug) if: '!(matrix.skip) && (matrix.wpt && matrix.profile == ''debug'')' env: -- cgit v1.2.3