File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.github/workflows/composite-nomex Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 tasks : test:java test:java_exe
3131
3232
33- - name : Java Test (< R2024b )
34- if : ${{ !contains(matrix.startup-options, '-nojvm') && matrix.release >= 'R2022b ' && matrix.release < 'R2024b' }}
33+ - name : Java Test (R2023b..R2024a )
34+ if : ${{ !contains(matrix.startup-options, '-nojvm') && matrix.release >= 'R2023b ' && matrix.release < 'R2024b' }}
3535 uses : matlab-actions/run-build@v2
3636 with :
3737 startup-options : ${{ matrix.startup-options }}
Original file line number Diff line number Diff line change 11function test_main(context , sel )
22arguments
33 context {mustBeScalarOrEmpty } = []
4- sel {mustBeScalarOrEmpty } = ~HasTag(" exe" ) & ~HasTag(" mex" )
4+ sel {mustBeScalarOrEmpty } = ~HasTag(" exe" ) & ~HasTag(" mex" ) & ~HasTag( " java_exe " )
55end
66
77import matlab .unittest .TestRunner
You can’t perform that action at this time.
0 commit comments