Browse Source

Update tests-windows.yml

Krzysztof Krysiński 2 months ago
parent
commit
192236314c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/tests-windows.yml

+ 2 - 1
.github/workflows/tests-windows.yml

@@ -35,4 +35,5 @@ jobs:
 
 
     # Execute all unit tests in the solution
     # Execute all unit tests in the solution
     - name: Execute unit tests
     - name: Execute unit tests
-      run: dotnet test tests/
+      working-directory: tests
+      run: dotnet test