diff options
| author | Luca Casonato <hello@lcas.dev> | 2021-06-14 20:57:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-14 20:57:02 +0200 |
| commit | f48d66b2b01fef0f16beb35a66f1b4d5771e3b6e (patch) | |
| tree | 5fb5bb0fe19c6465c49e00d783c12b6755bd1d52 /.gitmodules | |
| parent | c651757fb7a1f6cec94c3857973d3316129bccb8 (diff) | |
tests: fix wpt epoch ci job (#10960)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
