-
Notifications
You must be signed in to change notification settings - Fork 12
Add support for test, build results summary and logs grouping via common-utils #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
sameagen-MW
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall, just a few comments / questions.
|
|
||
| RMC_BASE_URL='https://ssd.mathworks.com/supportfiles/ci/run-matlab-command/v2' | ||
| SUPPORTED_OS=('win64' 'maci64' 'maca64' 'glnxa64') | ||
| source ./node_modules/common-utils/scripts/setupdeps.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my comments on run-tests here.
TL;DR: I generally prefer the setup script to be self-contained in the action repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean run-command and run-build will now ship with scriptgen? I don't think they were before.
This PR includes changes required with matlab-actions/common-utils#1 to begin using the new common utility.
NOTE: Before merging, the version for
common-utilsdependency inpackage.json,package-lock.jsonwill be updated after its release (couldn't add a comment since it's a JSON file). At the moment, the dependency refers to my working branch