M. Casqueira
M. Casqueira
We will be prioritizing a `SUPERVISOR_METRICS_INTERVAL`
A user mentioned this issue in a Supervisor issue: https://github.com/balena-os/balena-supervisor/issues/1573#issuecomment-899847391
> I am trying to do a dry run to check a dynamically generated matrix, and encounter an error that does occur when running the actual tool not with -n...
I can add from a black box debugging perspective, this is not a new regression. I've tried act version 0.2.25, 0.2.28, and 0.2.30. They all have this issue just with...
debug outputs is a neat idea!! I was honestly surprised to find `act` offered a dryrun flag. Given how complex workflow's can be, and their logic depending on outputs, how...
I personally like @alex-savchuk approach of being able to pass a file with the overrides but will take overrides in the workflow too! I think it makes makes it so...
I [commented](https://github.com/nektos/act/pull/1350#issuecomment-1306599075) on https://github.com/nektos/act/pull/1350 stating I plan to support dryrun and configurable outputs within my integration testing tool I'm building for Github workflows. I don't think act wants to support...
I can't stress enough how amazing this feature would be to have. Github does a really really poor job of helping people run their workflows since you have to actually...
> Same here. I never use dry run. > I honestly don't actually use DRYRUN myself, other than testing bug reports. Testing is exactly why I need dryrun so I...
@ChristopherHX I've realized how I can achieve dryruns and controlled outputs without act supporting it. Since [I'm making a tool to run workflows with act](https://github.com/product-os/wex), I can just modify the...