Skip to content

Commit

Permalink
CI: fixed config (tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyMF committed Jun 4, 2024
1 parent 57f5fdf commit 7182899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build Lib
run: dotnet build src/NReco.Logging.File -property:TargetFrameworks=net8.0 --no-restore
- name: Build
run: dotnet build test -property:TargetFrameworks=net8.0 --no-restore
run: dotnet build test -property:TargetFramework=net8.0 --no-restore
- name: Test
run: dotnet test test -property:TargetFrameworks=net8.0 --no-build --verbosity normal
run: dotnet test test -property:TargetFramework=net8.0 --no-build --verbosity normal

0 comments on commit 7182899

Please sign in to comment.