You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MATLAB CI jobs should fail if any one of the unit tests issues a warning. Currently, the MATLAB CI jobs only fail if there is a verification failure. Passing the argument strict: true to matlab-actions/run-tests@v2 will ensure MATLAB jobs will fail if a test warning is issued.
…ts@v2` (#41530)
### Rationale for this change
The MATLAB CI jobs should fail if any one of the unit tests issues a `warning`. Currently, the MATLAB CI jobs only fail if there is a verification failure. Passing the argument `strict: true` to `matlab-actions/run-tests@ v2` will ensure MATLAB jobs will fail if a test warning is issued.
See the [`matlab-actions/run-tests@ v2` documentation](https://github.com/matlab-actions/run-tests/?tab=readme-ov-file#run-matlab-tests) for more details.
### What changes are included in this PR?
1. Pass `strict: true` argument to `matlab-actions/setup-matlab@ v2`
### Are these changes tested?
N/A (relying on existing tests).
### Are there any user-facing changes?
No.
* GitHub Issue: #41507
Authored-by: Sarah Gilmore <sgilmore@mathworks.com>
Signed-off-by: Sarah Gilmore <sgilmore@mathworks.com>
…un-tests@v2` (apache#41530)
### Rationale for this change
The MATLAB CI jobs should fail if any one of the unit tests issues a `warning`. Currently, the MATLAB CI jobs only fail if there is a verification failure. Passing the argument `strict: true` to `matlab-actions/run-tests@ v2` will ensure MATLAB jobs will fail if a test warning is issued.
See the [`matlab-actions/run-tests@ v2` documentation](https://github.com/matlab-actions/run-tests/?tab=readme-ov-file#run-matlab-tests) for more details.
### What changes are included in this PR?
1. Pass `strict: true` argument to `matlab-actions/setup-matlab@ v2`
### Are these changes tested?
N/A (relying on existing tests).
### Are there any user-facing changes?
No.
* GitHub Issue: apache#41507
Authored-by: Sarah Gilmore <sgilmore@mathworks.com>
Signed-off-by: Sarah Gilmore <sgilmore@mathworks.com>
Describe the enhancement requested
The MATLAB CI jobs should fail if any one of the unit tests issues a
warning
. Currently, the MATLAB CI jobs only fail if there is a verification failure. Passing the argumentstrict: true
tomatlab-actions/run-tests@v2
will ensure MATLAB jobs will fail if a test warning is issued.See the
matlab-actions/run-tests@v2
documentation for more details.Component(s)
Continuous Integration, MATLAB
The text was updated successfully, but these errors were encountered: