There was an error while loading. Please reload this page.
1 parent 0c02d1e commit 3edc95dCopy full SHA for 3edc95d
1 file changed
src/index.ts
@@ -31,7 +31,7 @@ async function run() {
31
};
32
33
// const command = scriptgen.generateCommand(options);
34
- const pluginsPath = path.join(__dirname, "src/resources").replace("'","''");
+ const pluginsPath = path.join(__dirname, "resources").replace("'","''");
35
const command = "addpath('"+ pluginsPath +"');" + "import matlab.unittest.TestRunner; addpath(genpath('code')); suite = testsuite(pwd, 'IncludeSubfolders', true); runner = TestRunner.withDefaultPlugins(); results = runner.run(suite); display(results); assertSuccess(results);";
36
core.summary.addRaw(command, true);
37
const startupOptions = core.getInput("startup-options").split(" ");
0 commit comments