We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a58e27 commit 21752b2Copy full SHA for 21752b2
1 file changed
.github/workflows/scripts/get_test_matrix.sh
@@ -26,7 +26,7 @@ for example in ${examples}; do
26
echo -e "Test supported hardware list: \n${hardware_list}"
27
28
run_hardware=""
29
- if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|docker_image_build' ) ]]; then
+ if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|edgecraftrag|docker_image_build' ) ]]; then
30
echo "run test on all hardware if megaservice or ui code change..."
31
run_hardware=$hardware_list
32
elif [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | grep 'tests'| cut -d'/' -f3 | grep -vE '^test_|^_test' ) ]]; then
0 commit comments