Skip to content

Commit f576471

Browse files
committed
5645
1 parent c8db23d commit f576471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
132132
dotnet tool run DotnetCtrfJsonReporter -p "$trx" -d "$outdir" -f "ctrf-report.json"
133133
134-
jq --arg os "$os" '.results |= map(.filePath = $os)' "$out" > "${out}.tmp" && mv "${out}.tmp" "$out"
134+
jq --arg os "$os" '.tests |= map(.filePath = $os)' "$out" > "${out}.tmp" && mv "${out}.tmp" "$out"
135135
136136
echo "Converted & normalized $trx -> $out"
137137
conv=$((conv+1))

0 commit comments

Comments
 (0)