diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f39cb..bf07a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,5 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.101 - - name: Build with dotnet - run: dotnet build - name: Test with dotnet run: dotnet test --logger GitHubActions