run-matlab-command (with optional timeout=>success)
Version updated for https://github.com/equipez/run-matlab-command to version v2.0.
- This action is used across all versions by 4 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The equipez/run-matlab-command GitHub Action allows users to execute MATLAB commands within a CI/CD pipeline on Linux and macOS runners. It supports long-running processes with an optional time limit feature, treating timeouts as successful executions, which is particularly useful for stress testing scenarios. The action automates the setup and execution of MATLAB commands, ensuring the necessary tools (e.g., run-matlab-command) are available and providing timeout handling for robust workflow management.
Release notes
- change
timeouttotimelimit; 2.success-on-timeoutis renamed torun-bash-command.
Full Changelog: https://github.com/equipez/run-matlab-command/compare/v1...v2.0