-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: speed-up the workflow by uploading and downloading the shadowJars instead of regerating them #3079
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3079 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 3 3
Lines 115 115
Branches 5 5
======================================
Misses 115 115 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a spacing error, then we're good to go
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
## [30.0.4](30.0.3...30.0.4) (2024-02-01) ### Dependency updates * **core-deps:** update protelis to v17.3.11 ([98cea45](98cea45)) * **deps:** update external-resources/learning-scafi-alchemist digest to af4e3fa ([142daec](142daec)) * **deps:** update external-resources/learning-scafi-alchemist digest to d085e8d ([75ed9f0](75ed9f0)) * **deps:** update external-resources/learning-scafi-alchemist digest to e1dcb40 ([eecab26](eecab26)) * **deps:** update gohugoio/hugo action to v0.122.0 ([76e268e](76e268e)) * **deps:** update npm to v10.4.0 ([3b665f0](3b665f0)) * **deps:** update plugin com.gradle.enterprise to v3.16.2 ([a2c3f94](a2c3f94)) * **deps:** update plugin java-qa to v1.36.0 ([07813d7](07813d7)) * **deps:** update plugin kotlin-qa to v0.59.0 ([6bdb6f3](6bdb6f3)) * **deps:** update react to v18.2.0-pre.691 ([57f1b53](57f1b53)) * **deps:** update site/themes/hugo-theme-relearn digest to eaabbfd ([dcf0df6](dcf0df6)) ### Build and continuous integration * **deps:** update danysk/build-check-deploy-gradle-action action to v2.2.16 ([58b6c87](58b6c87)) * speed-up the workflow by uploading and downloading the shadowJars instead of regerating them ([#3079](#3079)) ([9d0ba2e](9d0ba2e))
🎉 This PR is included in version 30.0.4 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
The PR updates jars and packages handling inside the workflow. The Build job generates both the jars and the packages and uploads them as artifacts.
The generation and uploading of JARs are exclusively performed by the Linux build job to prevent unnecessary overwrites.