diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 64d729d..c5a5862 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -55,7 +55,7 @@ jobs: env: Solution_Name: StopWatch.sln # Replace with your solution name, i.e. MyWpfApp.sln. - Test_Project_Path: source/StopWatchTest/StopWatchTest.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. + Test_Project_Path: source/StopWatchTest # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. # Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. # Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj. @@ -77,6 +77,7 @@ jobs: # Execute all unit tests in the solution - name: Execute unit tests + working-directory: ${{ env.Test_Project_Path }} run: dotnet test # Restore the application to populate the obj folder with RuntimeIdentifiers