From f48d66b2b01fef0f16beb35a66f1b4d5771e3b6e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 14 Jun 2021 20:57:02 +0200 Subject: tests: fix wpt epoch ci job (#10960) --- .gitmodules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8e78a444b..1967e6cfa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,11 +2,10 @@ path = third_party url = https://github.com/denoland/deno_third_party.git shallow = true -[submodule "test_util/wpt"] - path = test_util/wpt - url = https://github.com/web-platform-tests/wpt.git - shallow = true [submodule "test_util/std"] path = test_util/std url = https://github.com/denoland/deno_std shallow = true +[submodule "test_util/wpt"] + path = test_util/wpt + url = https://github.com/web-platform-tests/wpt.git -- cgit v1.2.3