From fba3ab4b81020bcd4e9d7f013965ce0cb306796c Mon Sep 17 00:00:00 2001 From: Bunyanuch Saengnet Date: Sat, 18 Jul 2020 14:29:46 +0000 Subject: [PATCH] Add submodule integration test --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..18f98e71 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "integration-test"] + path = integration-test + url = https://github.com/bunysae/np_integration_test