Skip to content

Commit 824d0ea

Browse files
committed
update yml
1 parent 5494434 commit 824d0ea

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/bat.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
Simulink_Test
2424
Simulink_Coverage
2525
26-
- name: Run MATLAB Command for test results summary
27-
uses: matlab-actions/run-command@v2
28-
with:
29-
command: "import matlab.unittest.TestRunner; addpath(genpath('code')); suite = testsuite(pwd, 'IncludeSubfolders', true); runner = TestRunner.withDefaultPlugins(); results = runner.run(suite); display(results); assertSuccess(results);"
26+
- name: Run MATLAB tests for test results summary
27+
uses: ./
28+
29+
- run: |
30+
ls
3031
3132
# - name: Run MATLAB Tests
3233
# uses: ./

0 commit comments

Comments
 (0)