Skip to content

Commit 786b4b6

Browse files
authored
Update git-ci.yml - try linux with command update
1 parent 17acee0 commit 786b4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Set up the job strategy matrix to define the different job configurations.
1515
matrix:
1616
# List of platforms on which to run the tests.
17-
platform: [windows-latest]
17+
platform: [ubuntu-latest, windows-latest]
1818

1919
# List of MATLAB releases over which to run the tests.
2020
matlab-version: [R2021a, R2021b, R2022a, R2022b, R2023b, R2024a, R2024b, latest]
@@ -58,4 +58,4 @@ jobs:
5858
uses: matlab-actions/run-command@v2
5959
with:
6060
startup-options: ${{ matrix.matlab-startup-options }}
61-
command: openProject("WidgetsToolbox.prj"); [~,results] = runTestSuite(); failedTests = table(results([results.Failed])); disp(failedTests); results.assertSuccess();
61+
command: connector.internal.startConnectionProfile("loopbackHttps"); com.mathworks.matlabserver.connector.api.Connector.ensureServiceOn(); openProject("WidgetsToolbox.prj"); [~,results] = runTestSuite(); failedTests = table(results([results.Failed])); disp(failedTests); results.assertSuccess();

0 commit comments

Comments
 (0)