There was an error while loading. Please reload this page.
1 parent 712cd93 commit 20d8cafCopy full SHA for 20d8caf
1 file changed
plugins/+ciplugins/+github/GitHubLogPlugin.m
@@ -4,7 +4,7 @@
4
methods (Access=protected)
5
function runTestClass(plugin, pluginData)
6
% Add GitHub workflow command for starting a test output group
7
- disp("::group::" + pluginData.TestSuite.Name + "- class");
+ disp("::group::Class " + pluginData.TestSuite.Name);
8
9
% Invoke the superclass method
10
runTestClass@matlab.unittest.plugins.TestRunnerPlugin(plugin, pluginData);
0 commit comments