Piotr Czajkowski 1 年之前
父节点
当前提交
4d89339cb9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/dotnet.yml

+ 2 - 2
.github/workflows/dotnet.yml

@@ -20,6 +20,6 @@ jobs:
     - name: Restore dependencies
       run: dotnet restore
     - name: Build
-      run: dotnet build --no-restore
+      run: dotnet build --no-restore PSDText/
     - name: Test
-      run: dotnet test --no-build --verbosity normal
+      run: dotnet test --no-build --verbosity normal PSDTextTests/