Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ershad95 authored May 25, 2024
1 parent 0c22fb1 commit dd1d5e9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --logger trx --results-directory "TestResults-8.0.x"
- name: Upload dotnet test results
uses: actions/upload-artifact@v4
with:
name: dotnet-results-${{ matrix.dotnet-version }}
path: "TestResults-8.0.x"
if: ${{ always() }}

0 comments on commit dd1d5e9

Please sign in to comment.