kiegroup / act-js

A node.js wrapper for nektos/act to programmatically run your github actions locally
Apache License 2.0
56 stars 10 forks source link

Add step mocking for composite actions and reusable workflows in the same repository #54

Open shubhbapna opened 1 year ago

shubhbapna commented 1 year ago

Feature request

Right now we can only mock the steps in the actual workflow. However, we should be able to mock any resuable workflow or composite action in the same repository which is being used by the workflow we want to test

Tapiiri commented 2 months ago

+1 to this! Using composite actions seems such a smart design direction, so it's a shame this library quite essentially doesn't end up encouraging it...