File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
.github/workflows/composite-buildtool Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 66
77 steps :
88
9- - name : Run Matlab buildtool
9+ - name : Check task
10+ if : ${{ matrix.release >= 'R2024b' || matrix.release == 'latest' || matrix.release == 'latest-including-prerelease' }}
11+ uses : matlab-actions/run-build@v2
12+ with :
13+ startup-options : ${{ matrix.startup-options }}
14+ tasks : check
15+
16+ - name : Test task
1017 if : ${{ matrix.release >= 'R2022b' || matrix.release == 'latest' || matrix.release == 'latest-including-prerelease' }}
1118 uses : matlab-actions/run-build@v2
1219 with :
Original file line number Diff line number Diff line change 11function plan = buildfile
22plan = buildplan(localfunctions );
33plan.DefaultTasks = " test" ;
4- plan(" test" ).Dependencies = " check" ;
54end
65
76function checkTask(~)
You can’t perform that action at this time.
0 commit comments