Skip to content

Commit

Permalink
Update action file
Browse files Browse the repository at this point in the history
  • Loading branch information
afxres committed Jan 6, 2024
1 parent f38eeb1 commit dc39b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
run: |
cd code
dotnet restore
dotnet build --no-restore
dotnet test --no-restore -f net8.0 --collect:"XPlat Code Coverage;Format=lcov"
dotnet build
dotnet test -f net8.0 --collect:"XPlat Code Coverage;Format=lcov"
- name: Coverage
run: |
Expand Down

0 comments on commit dc39b95

Please sign in to comment.