ci: add GitLab end-to-end testing - #132
Merged
Merged
Conversation
Merged
fengmk2
added a commit
that referenced
this pull request
Aug 24, 2026
Bump `package.json`, README examples, and the GitLab and Azure template defaults to `v1.18.0`. Changes since `v1.17.0`: - Resolve Vite+ executable paths from `VpDirs` (#131). - Add GitLab end-to-end tests (#132). - Clarify automatic Node.js version selection (#130). - Pin the install script to the requested version (#127). - Update `pnpm/action-setup` to `v6.0.10` (#124). - Update `vite-plus` to `v0.2.9` (#125). After merge, create the annotated tag `v1.18.0` on the merge commit. Push the tag.
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.
Add a GitHub Actions workflow that starts the dedicated GitLab test project. The workflow passes the exact setup-vp commit or tag. It waits for GitLab and reports the result as a GitHub check.
Add required and full GitLab test suites for installation, structured installs, Node.js management, registry authentication, sfw, and Alpine. Fix the GitLab bootstrap so BusyBox
mktempcan create the temporary.mjsruntime file.