Skip to content

Commit

Permalink
fix project location
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Oct 27, 2024
1 parent d522bd4 commit 098069e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build rubberduckvba.Server.csproj --no-restore
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 098069e

Please sign in to comment.