From 56da4f8f983eea6b5c9276966d77b67993e473be Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Thu, 6 Nov 2025 19:43:09 +0100 Subject: [PATCH] Removed tests from deployment pipeline --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 157cc1a..db25c97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,9 +20,6 @@ jobs: - name: Restore dependencies run: dotnet restore src/ - - name: Run tests - run: dotnet test src/ --configuration Release --no-build - - name: Build run: dotnet build src/ --configuration Release --no-restore