Skip to content

Commit 21752b2

Browse files
committed
minor fix
Signed-off-by: Yongbozzz <yongbo.zhu@intel.com>
1 parent 7a58e27 commit 21752b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/get_test_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for example in ${examples}; do
2626
echo -e "Test supported hardware list: \n${hardware_list}"
2727

2828
run_hardware=""
29-
if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|docker_image_build' ) ]]; then
29+
if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|edgecraftrag|docker_image_build' ) ]]; then
3030
echo "run test on all hardware if megaservice or ui code change..."
3131
run_hardware=$hardware_list
3232
elif [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | grep 'tests'| cut -d'/' -f3 | grep -vE '^test_|^_test' ) ]]; then

0 commit comments

Comments
 (0)