Fix corner CI issue when the example path deleted (#1634)
Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
1
.github/workflows/scripts/get_test_matrix.sh
vendored
1
.github/workflows/scripts/get_test_matrix.sh
vendored
@@ -12,6 +12,7 @@ run_matrix="{\"include\":["
|
|||||||
|
|
||||||
examples=$(printf '%s\n' "${changed_files[@]}" | grep '/' | cut -d'/' -f1 | sort -u)
|
examples=$(printf '%s\n' "${changed_files[@]}" | grep '/' | cut -d'/' -f1 | sort -u)
|
||||||
for example in ${examples}; do
|
for example in ${examples}; do
|
||||||
|
if [[ ! -d $WORKSPACE/$example ]]; then continue; fi
|
||||||
cd $WORKSPACE/$example
|
cd $WORKSPACE/$example
|
||||||
if [[ ! $(find . -type f | grep ${test_mode}) ]]; then continue; fi
|
if [[ ! $(find . -type f | grep ${test_mode}) ]]; then continue; fi
|
||||||
cd tests
|
cd tests
|
||||||
|
|||||||
Reference in New Issue
Block a user