Skip to content

Commit 993a228

Browse files
committed
fixes
1 parent 6dbd129 commit 993a228

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests_matlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Run tests
5050
uses: matlab-actions/[email protected]
5151
with:
52-
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run runTests;
52+
command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run testsMatlab;
5353

5454
- name: Code coverage
5555
uses: codecov/codecov-action@v3

.github/workflows/tests_matlab.m renamed to .github/workflows/testsMatlab.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
cd(fullfile(root_dir));
1212

13-
run run_tests();
13+
run runTests();

0 commit comments

Comments
 (0)