diff --git a/.circleci/config.yml b/.circleci/config.yml index d705d34a..5b4fa1e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,10 @@ jobs: code-coverage-html: /matlabTestArtifacts/coverage - store_artifacts: path: /matlabTestArtifacts/coverage + - matlab/run-command: + command: 'mkdir matlabCommandArtifacts; cd matlabCommandArtifacts; echo abc > myfile.txt' + - store_artifacts: + path: /matlabCommandArtifacts/ # As an alternative to run-tests, you can use run-command to execute a MATLAB script, function, or statement. # - matlab/run-command: