Below you will find pages that utilize the taxonomy term “equipez”
February 20, 2026
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.
February 20, 2026
Success on Timeout
Version updated for https://github.com/equipez/success-on-timeout to version v1.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 success-on-timeout GitHub Action allows users to run commands with a specified time limit and treats timeouts as successful outcomes (exit code 0) while failing on any errors within the time limit. This is particularly useful for long-running processes, such as stress tests, where a timeout can be considered a pass if the process ran stably for the allotted duration.