Skip to content

Commit 87cc2a2

Browse files
committed
Change the folder of the Check Project script for improved discoverability.
1 parent 0a01134 commit 87cc2a2

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed
File renamed without changes.

test/HEV_System_UnitTest_MQC.m

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,20 @@ function MQC_run_main_script(~)
2525
bdclose all
2626
end
2727

28-
%% Utility Folder
28+
%% test folder
2929

30+
%{
31+
% Check Project script is run separately and directly in GitHub Actions.
3032
function MQC_run_CheckProject(~)
3133
close all
3234
bdclose all
3335
HEVPorject_CheckProject
3436
close all
3537
bdclose all
3638
end
39+
%}
40+
41+
%% Utility Folder
3742

3843
function MQC_run_openFile(~)
3944
close all

0 commit comments

Comments
 (0)