SIGN IN SIGN UP
nektos / act UNCLAIMED

Run your GitHub Actions locally 🚀

0 0 44 Go

Report the elapsed time for each workflow step (#2700)

* Report the elapsed time for each workflow step

The `runStepExecutor` was extended to track and report the execution time of the step.

This applies both to the standard and JSON log format.

Please, note that:
- on the standard log the time format depends on the value (e.g. `3.038334954s` or `2m0.054014069s`)
- on the JSON log the time format is nanoseconds

* Added the `executionTime` report also to failing steps
P
Paolo Tagliaferri committed
0098044d76d1276024a40bca050077d5759af544
Parent: eb46e8a
Committed by GitHub <noreply@github.com> on 3/18/2025, 12:51:53 PM