cli/pkg/cmd/run/shared
Andy Feller 86b4bb9956 Include startedAt, completedAt in run steps data
This commit expands the `Step` structure used with GitHub Actions workflow runs to include fields indicating when steps start and complete.

This information is already provided by the GitHub API, so this only involves expanding the structure, fields exported, and the associated tests.

In the future, I could see `gh` including the duration calculation which is used when viewing workflow or workflow run.
2024-10-16 19:38:10 -04:00
..
artifacts.go fix gh run download <run-id> not getting > 100 artifacts (#5799) 2022-07-12 11:01:38 +00:00
artifacts_test.go fix gh run download <run-id> not getting > 100 artifacts (#5799) 2022-07-12 11:01:38 +00:00
presentation.go refactor: don't show latest attempt 2023-03-26 16:20:57 +08:00
shared.go Include startedAt, completedAt in run steps data 2024-10-16 19:38:10 -04:00
shared_test.go Include startedAt, completedAt in run steps data 2024-10-16 19:38:10 -04:00
test.go Merge pull request #9162 from joshuajtward/chore/GH-9038 2024-06-13 11:40:08 -04:00