Skip to content

Commit

Permalink
Add docs folder when testing with komodo env
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Jul 1, 2024
1 parent 6add389 commit 36ff78d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/testkomodo.sh
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 36ff78d

Please sign in to comment.