Skip to content

Commit 362f3d0

Browse files
Update ci.yml
1 parent fa89aa6 commit 362f3d0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Run tests
5252
uses: matlab-actions/run-command@v1
5353
with:
54-
command: openProject(pwd); TestrunnerRemoteMicrogrid;
54+
command: openProject(pwd); TestRunnerRemoteMicrogrid;
5555

5656
job-Industrial-Microgrid-unit-tests:
5757
runs-on: ubuntu-latest
@@ -68,7 +68,7 @@ jobs:
6868
- name: Run tests
6969
uses: matlab-actions/run-command@v1
7070
with:
71-
command: openProject(pwd); TestrunnerIndustrialMicrogrid;
71+
command: openProject(pwd); TestRunnerIndustrialMicrogrid;
7272

7373
job-Techno-EconomicAnalysis-unit-tests:
7474
runs-on: ubuntu-latest
@@ -85,4 +85,4 @@ jobs:
8585
- name: Run tests
8686
uses: matlab-actions/run-command@v1
8787
with:
88-
command: openProject(pwd); TestrunnerTechnoEconomicAnalysis;
88+
command: openProject(pwd); TestRunnerTechnoEconomicAnalysis;

0 commit comments

Comments
 (0)