소스 검색

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/