Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
fixing path for tests
  • Loading branch information
tulleuchen authored Nov 22, 2023
1 parent 6ea6ba0 commit 6d97d6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 6d97d6d

Please sign in to comment.