Containerized workflow to run PHPUnit and lockfiles validation#853
Merged
willbrowningme merged 3 commits intoMay 11, 2026
Conversation
4c5cce1 to
ed00360
Compare
Member
Author
|
Following up #855 (comment) on the possible global npm config angle, I added separate Docker Bake targets to refresh lockfiles in a self-contained container environment. The new targets are: docker buildx bake composer-lock
docker buildx bake npm-lock
Can also invoke both with this bake group: docker buildx bake update-locks
|
ed00360 to
bf1f23c
Compare
Member
|
@crazy-max sorry I completely missed this PR, is it all good to go? |
Member
Author
Yes all good |
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.
This change adds a Buildx Bake based development validation flow for PHPUnit, Composer and npm.
This keeps dependency validation containerized and gives the project a clean place to add future validation targets without spreading toolchain setup across workflow steps.
Can be tested locally with:
See PHPUnit run on ci: https://github.com/anonaddy/anonaddy/actions/runs/25285308372/job/74128778229?pr=853#step:2:1441