瀏覽代碼

Update tests-windows.yml

Krzysztof Krysiński 7 月之前
父節點
當前提交
192236314c
共有 1 個文件被更改,包括 2 次插入1 次删除
  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