Skip to content

Commit

Permalink
Rename and relocate the 'is_ci' usage attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Nov 18, 2024
1 parent cd8d919 commit 521f080
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ func createReport(u *usage.Usage, execScheduler *execution.Scheduler) map[string
executors[ec.GetType()]++
}
m["executors"] = executors
m["env"] = map[string]any{
"ci": isCI(execState.Test.LookupEnv),
}
m["is_ci"] = isCI(execState.Test.LookupEnv)

return m
}
Expand Down

0 comments on commit 521f080

Please sign in to comment.