Colton Idle
10/26/2025, 7:57 PMColton Idle
10/26/2025, 8:06 PMEli Graber
10/26/2025, 8:36 PMon:
workflow_dispatch:
trigger so I can run it as needed.
It almost never goes well if I'm doing anything more than basic, but it eventually gets the job done.Colton Idle
10/29/2025, 4:59 PMPavlo Shevchenko
01/02/2026, 10:31 AMhas a integration with act, but it's archived. any chance you can give an explanation as to why its archived or what to use insteadI initially built a Gradle plugin with the idea to make it possible to validate GH actions locally by running a Gradle build before merging. But then I realized that a more handy
act integration would target developers of new actions when they need to implement e2e tests. That's why I archived the plugin in favor of this testing library.
Regardless, none of those would help with whatever issues pop up when running the setup-gradle action with act. From my experience, act may sometimes need additional configuration to execute certain actions (e.g., cache server). Sorry I have not seen your message earlier as I have just come back from a longer break. If you still have the error messages, I could take a look.Colton Idle
01/14/2026, 4:33 PM