Browse Source

Don't build, just test

Piotr Czajkowski 3 năm trước cách đây
mục cha
commit
2dce6597e4
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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/