Skip to content

Commit

Permalink
Fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros committed Dec 18, 2024
1 parent 93db6b4 commit 80aab30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
dotnet-version: |
8.0.x

- name: Print .NET info
run: dotnet --info
Expand All @@ -43,8 +41,7 @@ jobs:
run: >
dotnet test ./src/BenchmarksApps.sln
--no-build --logger console --logger trx --logger html --logger GitHubActions
--results-directory ./TestResults --blame
--RunConfiguration.CollectSourceInformation=true
--results-directory ./TestResults --blame
- name: Publish Test Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 80aab30

Please # to comment.