Skip to content

Commit 80aab30

Browse files
committed
Fix test step
1 parent 93db6b4 commit 80aab30

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
uses: actions/setup-dotnet@v4
3131
with:
3232
global-json-file: global.json
33-
dotnet-version: |
34-
8.0.x
3533

3634
- name: Print .NET info
3735
run: dotnet --info
@@ -43,8 +41,7 @@ jobs:
4341
run: >
4442
dotnet test ./src/BenchmarksApps.sln
4543
--no-build --logger console --logger trx --logger html --logger GitHubActions
46-
--results-directory ./TestResults --blame
47-
--RunConfiguration.CollectSourceInformation=true
44+
--results-directory ./TestResults --blame
4845
4946
- name: Publish Test Results
5047
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)