Skip to content

Commit

Permalink
add tests result upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikus1993 committed Jan 27, 2024
1 parent a11dedd commit 84900ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,11 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build
run: dotnet test --logger trx --results-directory "TestResults"

- name: Upload dotnet test results
uses: actions/upload-artifact@v4
with:
name: dotnet-results
path: TestResults

0 comments on commit 84900ef

Please sign in to comment.