diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c307688..355092d 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -50,8 +50,8 @@ jobs: # Run tests using the existing restore - name: Run Tests - run: dotnet test - + run: dotnet test --no-build --no-restore -f ${{ matrix.language }} + - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: