Browse Source

Don't build, just test

Piotr Czajkowski 3 years ago
parent
commit
2dce6597e4
1 changed files with 0 additions and 2 deletions
  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/