From 36ff78daeb9ded327dbceefc1350ec1dd974c321 Mon Sep 17 00:00:00 2001 From: DanSava Date: Mon, 1 Jul 2024 09:35:09 +0300 Subject: [PATCH] Add docs folder when testing with komodo env --- ci/testkomodo.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/testkomodo.sh b/ci/testkomodo.sh index af16fe10..afc78d71 100644 --- a/ci/testkomodo.sh +++ b/ci/testkomodo.sh @@ -1,3 +1,7 @@ +copy_test_files () { + cp -r ${CI_SOURCE_ROOT}/tests ${CI_TEST_ROOT}/tests + cp -r ${CI_SOURCE_ROOT}/docs ${CI_TEST_ROOT}/docs +} install_test_dependencies () { pip install .[test]