We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549a51 commit acb8a5dCopy full SHA for acb8a5d
.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); BEVProject_runtests_CheckProject;
+ command: openProject(pwd); BEVProjectRuntestsCheckProject;
55
56
job-run-tests:
57
@@ -72,4 +72,4 @@ jobs:
72
73
74
75
- command: openProject(pwd); BEVProject_Tests;
+ command: openProject(pwd); BEVProjectTests;
0 commit comments