Răsfoiți Sursa

Update tests-windows.yml

Krzysztof Krysiński 4 luni în urmă
părinte
comite
192236314c
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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
     - name: Execute unit tests
-      run: dotnet test tests/
+      working-directory: tests
+      run: dotnet test