Skip to content

Commit 57c89c2

Browse files
committed
update pluginPath
1 parent 3edc95d commit 57c89c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function run() {
3131
};
3232

3333
// const command = scriptgen.generateCommand(options);
34-
const pluginsPath = path.join(__dirname, "resources").replace("'","''");
34+
const pluginsPath = path.join(__dirname, "src", "resources").replace("'","''");
3535
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);";
3636
core.summary.addRaw(command, true);
3737
const startupOptions = core.getInput("startup-options").split(" ");

0 commit comments

Comments
 (0)