From 0c3e205f6392b076bbdf831b5b012cedfc6820a9 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Tue, 22 Oct 2024 11:27:19 +0800 Subject: [PATCH] chore: added e2e tests --- .gitmodules | 3 +++ tests/e2e | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 tests/e2e diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..fdf5bc92 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tests/e2e"] + path = tests/e2e + url = git@github.com:crawlab-team/e2e-tests.git diff --git a/tests/e2e b/tests/e2e new file mode 160000 index 00000000..91f2030f --- /dev/null +++ b/tests/e2e @@ -0,0 +1 @@ +Subproject commit 91f2030f0d354942639380f6acbb6dabb711835a