Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo authored Dec 12, 2023
1 parent cccfec5 commit 1db5386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:

# Execute all unit tests in the solution
- name: Build the solution
run: dotnet build
run: dotnet build .\src\CS-Script.sln

# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test D:\a\cs-script\cs-script\src\Tests.CSScriptLib\Tests.CSScriptLib.csproj
run: dotnet test .\src\Tests.CSScriptLib\Tests.CSScriptLib.csproj

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

0 comments on commit 1db5386

Please sign in to comment.