Commit ac73a696 authored by Eugenia Grieff's avatar Eugenia Grieff

Preload builds for test reports

parent 1baffdb3
...@@ -48,8 +48,8 @@ module Resolvers ...@@ -48,8 +48,8 @@ module Resolvers
def preloads def preloads
{ {
last_test_report_state: [:test_reports], last_test_report_manually_created: [:test_reports],
last_test_report_manually_created: [:test_reports] last_test_report_state: [:test_reports, { test_reports: [:build] }]
} }
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment