File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -108,27 +108,30 @@ function generateWorkflow({
108
108
`
109
109
: ``
110
110
}
111
+ # Set up MATLAB and other MathWorks products on the runner.
111
112
- name: Set up MATLAB
112
113
uses: matlab-actions/setup-matlab@v2
113
114
with:
115
+ release: latest
116
+ cache: true
114
117
# Set up additional products using the products input.
115
118
# See https://github.com/matlab-actions/setup-matlab/#set-up-matlab
116
119
# products: Simulink Deep_Learning_Toolbox
117
- cache: true
118
120
121
+ # Run tests authored using the MATLAB unit testing framework or Simulink Test.
119
122
- name: Run MATLAB tests
120
123
uses: matlab-actions/run-tests@v2
121
124
# If you are not using a MATLAB project, add your source code to the path using the source-folder input.
122
125
# with:
123
126
# source-folder: myfolderA; myfolderB
124
127
125
- # Alternatively, use the run-build action to run the tasks in your buildfile.m.
128
+ # Alternatively, run tasks from your buildfile.m.
126
129
# - name: Run MATLAB build
127
130
# uses: matlab-actions/run-build@v2
128
131
# with:
129
132
# tasks: test
130
133
131
- # Alternatively, use the run-command action to run MATLAB scripts, functions, and statements.
134
+ # Alternatively, run MATLAB scripts, functions, and statements.
132
135
# - name: Run MATLAB command
133
136
# uses: matlab-actions/run-command@v2
134
137
# with:
You can’t perform that action at this time.
0 commit comments