Releases: matlab-actions/run-command
Releases · matlab-actions/run-command
v3.1.0
Bug Fixes
- This release fixes an issue with JSON encoding of Simulink® test results for display in the GitHub job summary.
v3.0.2
Features
- To improve visual clarity, the Run MATLAB Command action no longer displays the action name when including build or test results in the GitHub job summary.
v3.0.1
Dependency Update
- This release does not include any new features. It updates the third-party libraries used by the action.
v3.0.0
Compatibility Considerations
- The Run MATLAB Command action now uses Node.js 24. Specify this version of the action in your workflow as
matlab-actions/run-command@v3. GitHub-hosted runners automatically support the new action version. To use the new action version on a self-hosted runner, ensure that the runner uses GitHub Actions runner version v2.327.1 or later.
v2.4.1
Bug Fixes
- This release updates the common-utils dependency version to v1.0.1.
v2.4.0
Features
- If you have a MATLAB Test™ license, you can view your MATLAB and Simulink test results in your GitHub job summary. For more information, see View Test Results.
- You can view your MATLAB buildtool task results in your GitHub job summary.
Maintenance
- This release moves utilities to common-utils.
v2.3.0
Features
- Enabled online batch licensing.
v2.2.2
Maintenance
- Action dependencies have been updated based on
npm auditandnpm outdated.
v2.2.1
Bug Fixes
- Disabled online batch licensing.
v2.2.0
Features
- Improved logging output by reducing extraneous foldable groups.