Skip to content

Commit

Permalink
[CI] Temporary disable OpenCVMini testing
Browse files Browse the repository at this point in the history
Signed-off-by: dm4 <dm4@secondstate.io>
  • Loading branch information
dm4 authored and hydai committed Oct 12, 2023
1 parent 7a36709 commit 3260157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,10 @@ jobs:
testbin_array=(${test_bins})
for (( i=0; i<${#plugin_array[@]}; i++ ));
do
if [[ ${plugin_array[$i]} == "wasmedge_opencvmini" ]]; then
echo "Temporary disable ${plugin_array[$i]} testing"
continue
fi
echo "Testing ${plugin_array[$i]} :"
cd ${test_prefix}/${plugin_array[$i]}
./${testbin_array[$i]}
Expand Down

0 comments on commit 3260157

Please sign in to comment.