-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Consider adopting a simple GitHub Action workflow #8
Comments
It'd be nice to have Gradle cache enabled for workflows, like in Create Fabric's workflow build |
This seems like an interesting idea; My only main concern is the apparent lack of control over the cache, 'cause yeah, who hasn't nuked the Gradle cache once in a while? This should be something to be investigated |
I'm using this. Can make a PR if needed. |
|
After some thinking, now I'm leaning towards a pretty simple CI workflow, with no caching or anything that requires user intervention; I'd rather teach the user about how to work on more complex CIs than dumping one on their plates without explaining how it works |
I believe that it would be ideal to adopt a quite simple GH Action workflow that automatically uploads its artifacts for testing purposes;
The question is: how exactly should it be done? I fear that the approach adopted by Fabric Example Mod might be a bit too complex, so I was thinking of adopting Boring Template's workflow as the template workflow, although with it being commented so it's more modification-friendly.
Suggestion are welcome! i desperately need them
The text was updated successfully, but these errors were encountered: