From 865842b4bda900b5a917a331f900944ba9f4d726 Mon Sep 17 00:00:00 2001 From: Greg Cook Date: Sun, 24 Nov 2024 05:44:56 -0700 Subject: [PATCH] gp-3 - fixing the feature build and auto-merge build --- .github/workflows/feature-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-build.yml b/.github/workflows/feature-build.yml index d3ae359..91ef89f 100644 --- a/.github/workflows/feature-build.yml +++ b/.github/workflows/feature-build.yml @@ -29,4 +29,4 @@ jobs: with: dotnet-version: '8.0.x' - name: Test - run: dotnet test --configuration Release --no-build --verbosity normal \ No newline at end of file + run: dotnet test --configuration Release --verbosity normal \ No newline at end of file