Conversation
Member
|
@dependabot rebase |
Bumps [matlab-actions/setup-matlab](https://github.com/matlab-actions/setup-matlab) from 2.7.0 to 3.0.0. - [Release notes](https://github.com/matlab-actions/setup-matlab/releases) - [Commits](matlab-actions/setup-matlab@aa8bbc7...c6998d1) --- updated-dependencies: - dependency-name: matlab-actions/setup-matlab dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7a985fc to
b940f4d
Compare
potiuk
added a commit
that referenced
this pull request
Apr 9, 2026
The elif chain in the Dockerfile build step stopped after the first successful command. Actions like matlab-actions/setup-matlab v3 need both "npm run build" (tsc → lib/) and "npm run package" (ncc → dist/). Replace the elif chain with a loop that checks for output after each step and continues until dist/ has JS files. Fixes verification failures in #667 and #668. Generated-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 tasks
Contributor
Author
|
Looks like matlab-actions/setup-matlab is up-to-date now, so this is no longer needed. |
Member
|
Also verified with #685
|
potiuk
approved these changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Bumps matlab-actions/setup-matlab from 2.7.0 to 3.0.0.
Release notes
Sourced from matlab-actions/setup-matlab's releases.
Commits
c6998d1Build for 89267e689267e6[skip ci] Bump v3.0.072bbacaUpdate checkout action's version2881f9bReplace v2 with v3d48da49Use node24 actions for workflows (#191)a85f4bdBump picomatch from 2.3.1 to 2.3.2 (#190)0dbffd9Bump fast-xml-parser from 5.4.2 to 5.5.7 (#184)3b8b959Bump flatted from 3.3.3 to 3.4.2 (#185)e44eef3Update action to use Node 24 (#187)f8b5ee1address editorial feedback