Skip to content

Commit

Permalink
Removing trx suffix as that breaks GitHubActionsSummary (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Feb 19, 2025
1 parent 91d049e commit 5830e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
--logger "console;verbosity=normal" \
--logger "trx" \
--logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" \
/p:TrxLogFileNameSuffix=${{ matrix.os }} \
--blame \
--blame-hang-timeout 7m \
--blame-crash \
Expand Down Expand Up @@ -133,3 +132,4 @@ jobs:
with:
name: testresults-${{ matrix.name }}-${{ matrix.os }}
path: testresults/**

0 comments on commit 5830e11

Please sign in to comment.