Skip to content

Commit edd9455

Browse files
authored
Merge pull request #17 from matlab-actions/text2
Some comment touch-ups
2 parents be1e0cc + 248c1b1 commit edd9455

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

public/scripts/workflow.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,27 +108,30 @@ function generateWorkflow({
108108
`
109109
: ``
110110
}
111+
# Set up MATLAB and other MathWorks products on the runner.
111112
- name: Set up MATLAB
112113
uses: matlab-actions/setup-matlab@v2
113114
with:
115+
release: latest
116+
cache: true
114117
# Set up additional products using the products input.
115118
# See https://github.com/matlab-actions/setup-matlab/#set-up-matlab
116119
# products: Simulink Deep_Learning_Toolbox
117-
cache: true
118120
121+
# Run tests authored using the MATLAB unit testing framework or Simulink Test.
119122
- name: Run MATLAB tests
120123
uses: matlab-actions/run-tests@v2
121124
# If you are not using a MATLAB project, add your source code to the path using the source-folder input.
122125
# with:
123126
# source-folder: myfolderA; myfolderB
124127
125-
# Alternatively, use the run-build action to run the tasks in your buildfile.m.
128+
# Alternatively, run tasks from your buildfile.m.
126129
# - name: Run MATLAB build
127130
# uses: matlab-actions/run-build@v2
128131
# with:
129132
# tasks: test
130133
131-
# Alternatively, use the run-command action to run MATLAB scripts, functions, and statements.
134+
# Alternatively, run MATLAB scripts, functions, and statements.
132135
# - name: Run MATLAB command
133136
# uses: matlab-actions/run-command@v2
134137
# with:

0 commit comments

Comments
 (0)