We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575f547 + abad5a8 commit 484eac4Copy full SHA for 484eac4
1 file changed
.github/workflows/test-report.yaml
@@ -11,7 +11,7 @@ on:
11
- completed
12
jobs:
13
test-report-release:
14
- runs-on: windows-latest
+ runs-on: ubuntu-latest
15
steps:
16
- uses: dorny/test-reporter@v2
17
with:
@@ -21,7 +21,7 @@ jobs:
21
reporter: dotnet-trx # Format of test results
22
23
test-report-debug:
24
25
26
27
0 commit comments