Skip to content

Commit

Permalink
🐛 Fix the test project path
Browse files Browse the repository at this point in the history
  • Loading branch information
AutumnSky1010 committed Mar 10, 2024
1 parent 653217c commit 5d2efb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

# Build the test project
- name: Build the test project
run: dotnet build test/SoundMakerTests/SoundMakerTests.csproj --no-restore
run: dotnet build test/SoundMakerTests.csproj --no-restore

# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down

0 comments on commit 5d2efb9

Please sign in to comment.