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

Save workspace cache when run failed #631

Conversation

EnviousSwan
Copy link
Contributor

@EnviousSwan EnviousSwan commented Sep 7, 2024

Fixes #632

Cache from previously failed attempts is restored
And then it's also saved if current attempt fails

image

@EnviousSwan EnviousSwan marked this pull request as ready for review September 7, 2024 12:15
@EnviousSwan EnviousSwan closed this Sep 7, 2024
@EnviousSwan EnviousSwan reopened this Sep 7, 2024
Copy link
Contributor

github-actions bot commented Sep 7, 2024

A snapshot release has been created as snapshots/631.

You can test it out with:

uses: scala-steward-org/scala-steward-action@snapshots/631

It will be automatically recreated on any change to this PR.

github-actions bot added a commit that referenced this pull request Sep 7, 2024
Copy link
Contributor

@exoego exoego left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change makes sense to me.

Copy link
Contributor

github-actions bot commented Sep 7, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
core 100% 100% 0
modules 69% 88% 0
Summary 70% (475 / 677) 89% (73 / 82) 0

@exoego exoego merged commit d9619bf into scala-steward-org:master Sep 7, 2024
4 checks passed
@exoego
Copy link
Contributor

exoego commented Sep 7, 2024

Thanks!

@EnviousSwan EnviousSwan deleted the save-workspace-cache-when-failed branch September 8, 2024 07:16
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.

Workspace cache is not saved when scala-steward run fails
2 participants