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

Try to improve workflows using new actions #199

Open
mathze opened this issue Dec 24, 2023 · 0 comments
Open

Try to improve workflows using new actions #199

mathze opened this issue Dec 24, 2023 · 0 comments
Assignees
Labels
a:spike Something we want to try

Comments

@mathze
Copy link
Contributor

mathze commented Dec 24, 2023

Context

Current workflows are quite old. Since their creation many new actions have emerged, which might improve our workflows.

Goal

We want to

  • try to reduce the overall footprint of the workflows
    • maintenance -> no. of actions, action-configuration
    • performance -> reduce execution time, optimize cache-entries & size
      clean cache entries only used within a workflow run (e.g. those for code coverage)
  • re-evaluate existing actions & configurations

Hints

  • Evaluate gradle/gradle-build-action, alternative to burrunan/gradle-cache-action?
  • Report upload & generation (does codecov need aggregate?)
  • actions/cache vs. dedicated actions/cache/restore and actions/cache/save
@mathze mathze added the a:spike Something we want to try label Dec 24, 2023
@mathze mathze self-assigned this Dec 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:spike Something we want to try
Projects
None yet
Development

No branches or pull requests

1 participant