We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8db23d commit f576471Copy full SHA for f576471
1 file changed
.github/workflows/integration-tests.yml
@@ -131,7 +131,7 @@ jobs:
131
132
dotnet tool run DotnetCtrfJsonReporter -p "$trx" -d "$outdir" -f "ctrf-report.json"
133
134
- jq --arg os "$os" '.results |= map(.filePath = $os)' "$out" > "${out}.tmp" && mv "${out}.tmp" "$out"
+ jq --arg os "$os" '.tests |= map(.filePath = $os)' "$out" > "${out}.tmp" && mv "${out}.tmp" "$out"
135
136
echo "Converted & normalized $trx -> $out"
137
conv=$((conv+1))
0 commit comments