Skip to content

Commit 5ceca5e

Browse files
committed
Added pre-files and update yml file to pass tests.
1 parent e6123a1 commit 5ceca5e

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: matlab-actions/setup-matlab@v2
3939
with:
4040
release: ${{ matrix.MATLABVersion }}
41-
products: MATLAB Simulink Simscape Requirements_Toolbox Simulink_Test Image_Processing_Toolbox
41+
products: MATLAB Simulink Simscape Requirements_Toolbox Simulink_Test Image_Processing_Toolbox System_Composer
4242

4343

4444

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% Pre-run script for DefiningRequirements.mlx
2+
% ---- Known Issues -----
3+
KnownIssuesID = "";
4+
% ---- Pre-run commands -----
5+
6+
sltest.testmanager = @(x) disp("... Opening "+x);
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
% Pre-run script for SystemsDecomposition.mlx
2+
% ---- Known Issues -----
3+
KnownIssuesID = "";
4+
% ---- Pre-run commands -----
5+
6+
web = @(x) disp("... Opening "+x);
7+
sltest.testmanager.view = @(x) disp("... Opening "+x);
8+
sltest.testmanager.load = @(x) disp("... Opening "+x);
9+
sltest.testmanager.run = @(x) disp("... Opening "+x);
10+
sltest.testmanager.clear = @(x) disp("... Opening "+x);
11+
sltest.testmanager.clearResults = @(x) disp("... Opening "+x);
12+
sltest.testmanager.close = @(x) disp("... Opening "+x);

0 commit comments

Comments
 (0)