-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: flakey CI asdf node version #9934
Conversation
- remove asdf - replace with bitrise-nvm-step Co-authored-by: legobeat <legobeat@anonymous.com>
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Remove unneeded parts
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9934 +/- ##
==========================================
+ Coverage 47.24% 48.17% +0.92%
==========================================
Files 1370 1399 +29
Lines 33304 33827 +523
Branches 3586 3668 +82
==========================================
+ Hits 15736 16297 +561
+ Misses 16607 16523 -84
- Partials 961 1007 +46 ☔ View full report in Codecov by Sentry. |
This comment was marked as outdated.
This comment was marked as outdated.
Bitrise✅✅✅ Commit hash: bb0ec6a Note
|
Quality Gate passedIssues Measures |
Description
Fix flakey CI
failing on Node v16
instead of using Node v20 (set in: package.json, bitrise.yml, .nvmrc)
if flakiness continues, consider removing
/root/.asdf/installs/nodejs/16.20.2
Related issues
Fixes: CI
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist