Skip to content

Commit

Permalink
Use Time.utc if the task is skipped before starting the task_runner b…
Browse files Browse the repository at this point in the history
…lock
  • Loading branch information
HashNuke committed Oct 26, 2023
1 parent aefb164 commit 93d0f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/workload/observability.cr
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ task "tracing" do |_, args|
end
end
else
upsert_failed_task(testsuite_task, "✖️ ✨FAILED: No cnf_testsuite.yml found! Did you run the setup task?", task_start_time)
upsert_failed_task(testsuite_task, "✖️ ✨FAILED: No cnf_testsuite.yml found! Did you run the setup task?", Time.utc)
end
end

0 comments on commit 93d0f83

Please sign in to comment.