Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mw-kapilg authored Aug 25, 2023
1 parent 64712ca commit 4251200
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4251200

Please sign in to comment.