We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e8b9f commit 2bf7ca0Copy full SHA for 2bf7ca0
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ on:
36
- cron: '55/61 20/25 1/6 * *' # schedule a weekly-ish build
37
38
jobs:
39
- job-Remote-Microgrid-unit-tests:
+ job-Remote-Microgrid-unit-tests:
40
runs-on: ubuntu-latest
41
steps:
42
@@ -68,4 +68,4 @@ jobs:
68
- name: Run tests
69
uses: matlab-actions/run-command@v1
70
with:
71
- command: openProject(pwd); testrunnerIndustrialMicrogrid;
+ command: openProject(pwd); testrunnerIndustrialMicrogrid;
0 commit comments