From 38de25c2cbdace6f702aded26bc4298edb339654 Mon Sep 17 00:00:00 2001 From: phnx47-bot <78849906+phnx47-bot@users.noreply.github.com> Date: Mon, 24 Jun 2024 00:57:56 +0700 Subject: [PATCH] ci: combine restore & build (#114) --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6349efa..dcce256 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,11 +51,8 @@ jobs: 7.0.x 8.0.x - - name: Restore - run: dotnet restore - - name: Build - run: dotnet build --no-restore -c Release -p:ContinuousIntegrationBuild=true + run: dotnet build -c Release -p:ContinuousIntegrationBuild=true - name: Run tests run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=true -e:CoverletOutputFormat=opencover