From fb981d1f7226aa3ebf863a1bb1e73e94b952e0bd Mon Sep 17 00:00:00 2001 From: "Per Christian B. Viken" Date: Tue, 17 Dec 2024 04:30:09 +0100 Subject: [PATCH] chore(workflows): Build tests project if needed --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7738e4..ce576de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: run: dotnet build $SOLUTION --configuration Release -p:Version=$BUILD_VERSION --no-restore - name: Run tests - run: dotnet test /p:Configuration=Release --no-restore --no-build --verbosity normal + run: dotnet test /p:Configuration=Release --no-restore --verbosity normal - name: Publish if: startsWith(github.ref, 'refs/tags/v')