From e148b45128adcd9dc24739e2bd9a4a40a89bd55f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwyneth=20Pe=C3=B1a-Siguenza?= Date: Wed, 4 Sep 2024 09:24:40 -0400 Subject: [PATCH] Update azureprojectgenerator.yml --- .github/workflows/azureprojectgenerator.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/azureprojectgenerator.yml b/.github/workflows/azureprojectgenerator.yml index 02c4254..2d5a50d 100644 --- a/.github/workflows/azureprojectgenerator.yml +++ b/.github/workflows/azureprojectgenerator.yml @@ -28,13 +28,6 @@ jobs: dotnet build --configuration Release --output ./output popd - - name: 'Run Unit Tests' - shell: pwsh # For Linux, use bash - run: | - pushd './tests' - dotnet test --verbosity normal - popd - - name: 'Run Azure Functions Action' uses: Azure/functions-action@v1 id: fa