Conversation
|
@dependabot rebase |
Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 2.3.1 to 3.0.0. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](matlab-actions/run-tests@4a3d2e8...4be3345) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
19c88ec to
f9350b7
Compare
|
It looks like the Verify Action Build workflow failed because the way in which the compiled JavaScript is generated is not compatible with the I think the same issue happened when Is there any way to manually verify this so we can update the version? Also, I think #667 is running into the same issue. Thanks! |
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>
Yep. I fixed it in #685 and it passes the rebuild check. Verified the differences, all looks good:
|
|
Thanks @potiuk! Much appreciated! |

Bumps matlab-actions/run-tests from 2.3.1 to 3.0.0.
Release notes
Sourced from matlab-actions/run-tests's releases.
Commits
4be3345Build for 96a5f7896a5f78[skip ci] Bump v3.0.05e860dbUpdate checkout action's version77bc289replace v2 with v3cbf9156Update action to run with Node 24 (#79)