From 1f7f5b80cda705609615434cefdba5e0b708c7da Mon Sep 17 00:00:00 2001 From: Alastair Smith Date: Sun, 21 Apr 2024 19:59:14 +0100 Subject: [PATCH] Do not rebuild when running tests --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b749642..89323f9 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,7 +33,7 @@ jobs: - name: Build run: dotnet build --configuration Release - name: Test - run: dotnet test --configuration Release --logger trx --results-directory "TestResults-9.0.x" + run: dotnet test --no-build --logger trx --results-directory "TestResults-9.0.x" - name: Upload test results uses: actions/upload-artifact@v4 with: