Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlm committed Dec 16, 2024
1 parent 28ae1ad commit 7bd2504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildAndRunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
dotnet-version: 8.0.x

- name: Restore dependencies
run: dotnet restore src/CShell.sln
run: dotnet restore CShell.sln

- name: Build
run: dotnet build --no-restore src/CShell.sln --property WarningLevel=0
run: dotnet build --no-restore CShell.sln --property WarningLevel=0

- name: Test
run: dotnet test --no-build --verbosity normal src/CShell.sln
run: dotnet test --no-build --verbosity normal CShell.sln

0 comments on commit 7bd2504

Please sign in to comment.