6 ms·
> 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 separa
by humanlity 8mo 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
- mlrtime 8mo agoI tried this but then I need to mock the scripts or other external dependencies to truly test the workflows, became too much pain.