File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,6 @@ jobs:
147
147
builddir : ' build'
148
148
suite : " linux-${{ matrix.branch }}"
149
149
filter : " ubuntu-common"
150
- # enable_python: "true"
151
- # enable_java: "true"
150
+ enable_python : " true"
151
+ enable_java : " true"
152
152
suffix : ' ${{ matrix.version }}_${{ matrix.branch }}'
Original file line number Diff line number Diff line change 76
76
77
77
# Java
78
78
79
- - if : ${{ always() && inputs.enable_java }}
79
+ - if : ${{ always() && fromJSON( inputs.enable_java) }}
80
80
id : java-test
81
81
shell : bash
82
82
working-directory : ${{ inputs.workdir }}/${{ inputs.builddir }}
Original file line number Diff line number Diff line change 37
37
" opencv_test_dnn_classic" ,
38
38
" opencv_test_features" ,
39
39
" opencv_test_flann" ,
40
- " opencv_test_gapi" ,
41
40
" opencv_test_highgui" ,
42
41
" opencv_test_imgcodecs" ,
43
42
" opencv_test_imgproc" ,
44
- " opencv_test_ml" ,
45
43
" opencv_test_objdetect" ,
46
44
" opencv_test_photo" ,
47
45
" opencv_test_stitching" ,
51
49
" opencv_perf_core" ,
52
50
" opencv_perf_dnn" ,
53
51
" opencv_perf_features" ,
54
- " opencv_perf_gapi" ,
55
52
" opencv_perf_imgcodecs" ,
56
53
" opencv_perf_imgproc" ,
57
54
" opencv_perf_objdetect" ,
You can’t perform that action at this time.
0 commit comments