File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020jobs :
2121
2222 matlab-at-least-r2024a :
23- timeout-minutes : &timeout 15
23+ timeout-minutes : 15
2424 runs-on : ${{ matrix.os }}
2525
2626 name : &job-name ${{ matrix.release }}-${{ matrix.os }}
7474
7575 matlab :
7676 needs : matlab-at-least-r2024a
77- timeout-minutes : *timeout
77+
78+ timeout-minutes : 15
7879 runs-on : ${{ matrix.os }}
7980
8081 name : *job-name
9899
99100 name : *job-name
100101
101- timeout-minutes : *timeout
102+ timeout-minutes : 15
102103 runs-on : ${{ matrix.os }}
103104
104105 strategy :
@@ -112,3 +113,24 @@ jobs:
112113 - *tell-ext
113114
114115 - *test-main
116+
117+
118+ matlab-nojvm :
119+ needs : matlab-at-least-r2024a
120+ timeout-minutes : 15
121+ runs-on : ubuntu-latest
122+
123+ strategy :
124+ matrix :
125+ release : [R2024a]
126+
127+ steps :
128+ - *matlab-install
129+ - *checkout
130+ - *tell-ext
131+
132+ - name : Main Tests NoJVM
133+ uses : matlab-actions/run-build@v2
134+ with :
135+ tasks : test_main
136+ startup-options : -nojvm
You can’t perform that action at this time.
0 commit comments