diff --git a/.github/scripts/copy_sources.sh b/.github/scripts/copy_sources.sh index 79693f4ce2..b5076f0d34 100755 --- a/.github/scripts/copy_sources.sh +++ b/.github/scripts/copy_sources.sh @@ -53,6 +53,8 @@ cp $2/CMakePresets.json $tmp_dir cp $2/CMakeLists.txt $tmp_dir cp $2/LICENSE $tmp_dir cp $2/README.md $tmp_dir +cp $2/tests/slo_workloads/.dockerignore $tmp_dir/tests/slo_workloads +cp $2/tests/slo_workloads/Dockerfile $tmp_dir/tests/slo_workloads cp $2/include/ydb-cpp-sdk/type_switcher.h $tmp_dir/include/ydb-cpp-sdk/type_switcher.h cp $2/include/ydb-cpp-sdk/client/proto/private.h $tmp_dir/include/ydb-cpp-sdk/client/proto/private.h