From eb873b860c64f152b7ad826df5a649a9b67783692d07a1ee7e93407032183bd9 Mon Sep 17 00:00:00 2001 From: Andrii Nikitin Date: Wed, 11 Feb 2026 12:29:33 +0100 Subject: [PATCH] Add submodule for intergration tests --- .gitmodules | 4 ++++ integration | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 integration diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..64a3949 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "integration"] + path = integration + url = https://src.opensuse.org/git-workflow/giwtf/ + branch = main diff --git a/integration b/integration new file mode 160000 index 0000000..5e2f88a --- /dev/null +++ b/integration @@ -0,0 +1 @@ +Subproject commit 5e2f88a57bdcf6c4c2cc4405ae5056014ad063edf833a4d4f2d383e13770ad91 -- 2.51.1