Skip to content
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

👷 Restore self-hosted runner for certain CI tasks #405

Merged
merged 6 commits into from
Aug 20, 2024

Conversation

aaronleopold
Copy link
Collaborator

@aaronleopold aaronleopold commented Aug 19, 2024

This PR reintroduces my self-hosted actions runner for the majority of rust CI tasks, excluding the binary release workflow. The highlights include:

  • Refactor the coverage tasks into a separate composite action
  • Adjust the path filters for the CI workflows to be more specific to the job's domain (e.g. rust changes for rust tasks, etc)
  • Fix issue on my runner relating to docs tests where hard crashes happened when attempting to run them
  • Add step to enforce up-to-date bindings have been generated

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
apps/server/src/middleware/auth.rs 0.00% <ø> (ø)
core/src/context.rs 0.00% <ø> (ø)
core/src/filesystem/content_type.rs 82.90% <100.00%> (+45.20%) ⬆️
core/src/lib.rs 0.00% <ø> (ø)
core/src/opds/v1_2/author.rs 100.00% <ø> (ø)
crates/email/src/emailer.rs 0.00% <ø> (ø)
crates/email/src/template.rs 100.00% <ø> (ø)

@aaronleopold aaronleopold marked this pull request as ready for review August 20, 2024 01:07
@aaronleopold
Copy link
Collaborator Author

I'm going to merge this in to unblock the nightly CI, but I'll want to revisit for additional testing before the next release

@aaronleopold aaronleopold merged commit 4cdf471 into develop Aug 20, 2024
8 checks passed
@aaronleopold aaronleopold deleted the al/revive-self-hosted-runner branch August 20, 2024 01:40
@aaronleopold aaronleopold mentioned this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant