Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saisasankkota authored Nov 12, 2024
1 parent fa89aa6 commit 362f3d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests
uses: matlab-actions/run-command@v1
with:
command: openProject(pwd); TestrunnerRemoteMicrogrid;
command: openProject(pwd); TestRunnerRemoteMicrogrid;

job-Industrial-Microgrid-unit-tests:
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Run tests
uses: matlab-actions/run-command@v1
with:
command: openProject(pwd); TestrunnerIndustrialMicrogrid;
command: openProject(pwd); TestRunnerIndustrialMicrogrid;

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

0 comments on commit 362f3d0

Please sign in to comment.