瀏覽代碼

Don't build, just test

Piotr Czajkowski 3 年之前
父節點
當前提交
2dce6597e4
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/dotnetcore.yml

+ 0 - 2
.github/workflows/dotnetcore.yml

@@ -15,5 +15,3 @@ jobs:
         dotnet-version: 3.1.300
     - name: Test
       run: dotnet test PSDTextTests/
-    - name: Build
-      run:  dotnet build --configuration Release --framework netcoreapp3.1 PSDText/