Skip to content

Commit 9c34beb

Browse files
committed
Update SmokeTests to remove bd close all
1 parent e86a81e commit 9c34beb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
MATLABVersion: [R2021a,R2021b,R2022a,R2022b,R2023a,R2023b]
16+
MATLABVersion: [R2022a,R2022b,R2023a,R2023b,R2024a]
1717
runs-on: ubuntu-latest
1818
steps:
1919
# Checks-out your repository
@@ -32,7 +32,8 @@ jobs:
3232
uses: matlab-actions/setup-matlab@v2
3333
with:
3434
release: ${{ matrix.MATLABVersion }}
35-
products: # Simulink Statistics_and_Machine_Learning_Toolbox
35+
products: Symbolic_Math_Toolbox
36+
# Simulink Statistics_and_Machine_Learning_Toolbox
3637
# List required products above in the format shown (and uncomment them)
3738
# List of product strings:
3839
# Simulink

SoftwareTests/SmokeTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ function SimpleSmokeTest(testCase,Filename)
128128

129129
function closeAllFigure(testCase)
130130
close all force % Close figure windows
131-
bdclose all % Close Simulink models
132131
end
133132

134133
end % methods (TestClassTeardown)

0 commit comments

Comments
 (0)