Skip to content

Commit a7cc404

Browse files
committed
Add commented out run-build and run-command
1 parent 3077db5 commit a7cc404

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

public/scripts/workflow.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,18 @@ function generateWorkflow({
118118
119119
- name: Run MATLAB tests
120120
uses: matlab-actions/run-tests@v2
121+
122+
# Use run-build to invoke the MATLAB build tool if you have a buildfile.m.
123+
# - name: Run MATLAB build
124+
# uses: matlab-actions/run-build@v2
125+
# with:
126+
# tasks: test
127+
128+
# Use run-command to run MATLAB scripts, functions, and statements.
129+
# - name: Run MATLAB command
130+
# uses: matlab-actions/run-command@v2
131+
# with:
132+
# command: results = runtests('IncludeSubfolders',true); assertSuccess(results);
121133
`);
122134
}
123135

0 commit comments

Comments
 (0)