From f1120f082cd3356272692acf7aec9efafe5d31c9 Mon Sep 17 00:00:00 2001 From: Shlepsss <79642857+koteProgrammist@users.noreply.github.com> Date: Sun, 4 Feb 2024 15:27:06 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 533b811..bf986cd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,11 +21,8 @@ jobs: with: dotnet-version: 6.0.x - name: Restore dependencies - continue-on-error: true run: dotnet restore - name: Build - continue-on-error: true run: dotnet build --no-restore - name: Test - continue-on-error: true run: dotnet test --no-build --verbosity normal