We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa89aa6 commit 362f3d0Copy full SHA for 362f3d0
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Run tests
52
uses: matlab-actions/run-command@v1
53
with:
54
- command: openProject(pwd); TestrunnerRemoteMicrogrid;
+ command: openProject(pwd); TestRunnerRemoteMicrogrid;
55
56
job-Industrial-Microgrid-unit-tests:
57
runs-on: ubuntu-latest
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
- command: openProject(pwd); TestrunnerIndustrialMicrogrid;
+ command: openProject(pwd); TestRunnerIndustrialMicrogrid;
72
73
job-Techno-EconomicAnalysis-unit-tests:
74
@@ -85,4 +85,4 @@ jobs:
85
86
87
88
- command: openProject(pwd); TestrunnerTechnoEconomicAnalysis;
+ command: openProject(pwd); TestRunnerTechnoEconomicAnalysis;
0 commit comments