Skip to content

Commit

Permalink
Testing temp folder generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 21, 2024
1 parent 536b4c1 commit 4f37671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/+ciplugins/+github/getDefaultPlugins.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
plugins = [ ...
matlab.buildtool.internal.getFactoryDefaultPlugins(pluginProviderData) ...
ciplugins.github.GitHubLogPlugin() ...
ciplugins.github.BuildSummaryPlugin() ...
];
end
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ async function run() {
(cmd,args)=>exec.exec(cmd,args,execOptions),
startupOptions
);

await exec.exec("ls","/temp",execOptions)

Check failure on line 38 in src/index.ts

View workflow job for this annotation

GitHub Actions / Build and Test

Argument of type 'string' is not assignable to parameter of type 'string[]'.
}

run().catch((e) => {
Expand Down

0 comments on commit 4f37671

Please sign in to comment.