Comment by humanlity
19 hours ago
> i.e. a way that I could testbed different runs without polluting history of both Git and Action runs.
How about writing a separate repo and testing it separately
Keywords: reusable workflow/actions
19 hours ago
> i.e. a way that I could testbed different runs without polluting history of both Git and Action runs.
How about writing a separate repo and testing it separately
Keywords: reusable workflow/actions
I tried this but then I need to mock the scripts or other external dependencies to truly test the workflows, became too much pain.