From e86165ec7880830b33745327cdd7b82e7833da14 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Thu, 22 Jan 2026 00:03:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20update=20ci=20pipeline=20name=20and?= =?UTF-8?q?=20remove=20verbosity-level=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-pipeline.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 99bd9130..2ff37e26 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -1,4 +1,4 @@ -name: Cuemon CI/CD Pipeline +name: Cuemon CI Pipeline on: pull_request: branches: [main] @@ -78,7 +78,6 @@ jobs: projects: ${{ matrix.project }} build: true # we need to build due to xUnitv3 restore: true # we need to restore since we disabled caching - verbosity-level: diagnostic test_windows: name: call-test-windows @@ -97,7 +96,6 @@ jobs: test-arguments: -- RunConfiguration.DisableAppDomain=true build: true # we need to build for .net48 restore: true # apparently we need to restore for .net48 - verbosity-level: diagnostic integration_test: name: ⚗️ Integration Test