mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #2411] Add "Gradle Act Plugin" to a list of integrations #1105
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pshevche on GitHub (Jul 29, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2411
Details
Description
Hey there!
I'd like to ask for some self-advertisement :)
When I first discovered act, I wanted to integrate it with the build tool I am using and check my Github workflows just like I check my source code. Since I am mainly working in the JVM space, I decided to create a Gradle plugin which would allow users to run act verification commands in the CI workflow. So, whenever a developer works on a Github workflow, they can add verification scenarios for it, which would be run just like any type of tests.
Here is what came out of it: https://github.com/pshevche/gradle-act-plugin.
I'd appreciate you mentioning it in the "Integrations" section of the documentation here.
Let me know if you have any questions or feedback, and thank you a lot for an amazing tool!
@ChristopherHX commented on GitHub (Jul 29, 2024):
Feel free to add your project to the act-docs https://github.com/nektos/act-docs as a Pull Request.
I'm ok to add this (I'm not an owner)
@pshevche commented on GitHub (Jul 29, 2024):
Thank you for the pointer. Added in https://github.com/nektos/act-docs/pull/24