Breakage
GitHub Action workflow to tests breakage of Julia packages on pull requests
Install / Use
/learn @abelsiqueira/BreakageREADME
Breakage tests for Julia
This is a workflow to test a list of packages when you make a pull request, so you know if the changes you're making so this package break the packages that depend on it. When the tests are done, you'll receive a comment on the PR like this:

Don't worry about Revise.jl being broken there, it's just an example.
Clarifications
- Use this workflow on your most core packages to test your dependent packages.
- This workflow should work even if the pull request is from outside the repo.
- The GitHub action shouldn't fail even if the package breaks something. Instead, the badge will be
. See PR#2 for example.
- Both
latestandstablework similarly: download the package,devthe PR, andtestthe package. - The
latesttest will clone the package using the full url. So the default branch of the repository is used. - The
stabletest will clone the package and checkout the latest tag. It won't usepkg> addto preventPkgfrom resolving conflicts. - It should work on any branch because it's activate by a pull-request.
CommentPR.ymlcan't be modified during the pull request, i.e., changes to it won't be in effect until after the PR is merged.Breakage.ymlcan be modified, you can change the packages onBreakage.yml, make a pull request, and see the new version in action (Example).- It only works on Julia packages, because it will
devinto it. That's why this is a julia package. - This is failing on Revise by design, because it becomes a circular dependency.
Install
- Copy the files in
.github/workflows. - Modify
Breakage.ymladding the packages you want tested.
Where it's being used / Examples
- NLPModels.jl and other packages of JuliaSmoothOptimizers.
Add your package to the bottom of the list by sending a PR.
Wishlist / TODO
- The badge url should point directly to the Job, ideally to the test, better yet to the last line of the test action.
License
Related Skills
node-connect
350.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.8kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
