Skip to content

chore(ci): add step to install linux-dev-certs for Linux runners#626

Merged
samtrion merged 1 commit intomainfrom
chore/extended-linux-dev-certs
Jan 20, 2026
Merged

chore(ci): add step to install linux-dev-certs for Linux runners#626
samtrion merged 1 commit intomainfrom
chore/extended-linux-dev-certs

Conversation

@samtrion
Copy link
Copy Markdown
Contributor

@samtrion samtrion commented Jan 20, 2026

Summary by CodeRabbit

  • Chores
    • Improved Linux development certificate installation within the CI/CD pipeline setup process.

✏️ Tip: You can customize this high-level summary in your review settings.

@samtrion samtrion self-assigned this Jan 20, 2026
@samtrion samtrion added state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:chore Indicates some housework that needs to be done. labels Jan 20, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 20, 2026

Walkthrough

A new GitHub Actions workflow step is added to .github/workflows/step-dotnet-tests.yml that conditionally installs the linux-dev-certs tool on Linux runners when the clear-dev-certs input flag is enabled, using dotnet tool update and install commands.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Enhancement
\.github/workflows/step-dotnet-tests.yml
Added conditional step "Install linux-dev-certs (Linux only)" that runs on Linux when inputs.clear-dev-certs is true; installs linux-dev-certs via dotnet tool commands; placed after "Resize swapfile" step (+6 lines)

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A Linux cert, so fresh and clean,
With dotnet tools, a bright routine!
One step added, six lines true—
Dev certificates installed anew! 🔐

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: adding a step to install linux-dev-certs for Linux runners in the CI workflow.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@samtrion samtrion merged commit 4228d24 into main Jan 20, 2026
28 checks passed
@samtrion samtrion deleted the chore/extended-linux-dev-certs branch January 20, 2026 23:58
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@93b6ccf). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff          @@
##             main   #626   +/-   ##
=====================================
  Coverage        ?      0           
=====================================
  Files           ?      0           
  Lines           ?      0           
  Branches        ?      0           
=====================================
  Hits            ?      0           
  Misses          ?      0           
  Partials        ?      0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:ready for merge Indicates that a pull request has been reviewed and approved, and is ready to be merged into the mai type:chore Indicates some housework that needs to be done.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant