From 0557ca2217f63578f7e1e6f405d363bc6f7e0cc3 Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sun, 25 Oct 2020 17:38:06 +0100 Subject: [PATCH] Update ci.yml Former-commit-id: e9817cf7cce1fa0047bb658bb682bb414927bfd6 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) 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