summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.generate.ts
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/ci.generate.ts
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/ci.generate.ts')
-rwxr-xr-x.github/workflows/ci.generate.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index f406cd93f..65d051cbd 100755
--- a/.github/workflows/ci.generate.ts
+++ b/.github/workflows/ci.generate.ts
@@ -447,7 +447,7 @@ const ci = {
...cloneRepoStep,
submoduleStep("./tests/util/std"),
{
- ...submoduleStep("./test_util/wpt"),
+ ...submoduleStep("./tests/wpt/suite"),
if: "matrix.wpt",
},
{
@@ -833,7 +833,7 @@ const ci = {
name: "Configure hosts file for WPT",
if: "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)",