From 17f6cc344c9a16cac4febcc73e2b6da904a0350d Mon Sep 17 00:00:00 2001 From: Chris Gillum Date: Tue, 11 Nov 2025 14:23:03 -0800 Subject: [PATCH] .NET: [Feature Branch] Update dotnet-build-and-test.yml to support integration tests (#2070) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/dotnet-build-and-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 1a51f94119..3cb7dfab74 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -150,6 +150,10 @@ jobs: tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + - name: Set up Durable Task and Azure Functions Integration Test Emulators + if: github.event_name != 'pull_request' && matrix.integration-tests + uses: ./.github/actions/azure-functions-integration-setup + id: azure-functions-setup - name: Run Integration Tests shell: bash if: github.event_name != 'pull_request' && matrix.integration-tests