Skip to content

Commit

Permalink
CI: remove removing warnings dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fyziktom committed Dec 11, 2024
1 parent 02112b9 commit db6c42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore hio-dotnet.Common/hio-dotnet.Common.csproj
- name: Build Common project
run: dotnet build hio-dotnet.Common/hio-dotnet.Common.csproj --no-restore -warnaserror false
run: dotnet build hio-dotnet.Common/hio-dotnet.Common.csproj --no-restore
- name: Run xUnit Tests
run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --verbosity normal -warnaserror false
run: dotnet test hio-dotnet.Tests.Common/hio-dotnet.Tests.Common.csproj --verbosity normal

0 comments on commit db6c42b

Please sign in to comment.