From 1d9c5bcd8a20c4334b74c4143225fd0acbec16e8 Mon Sep 17 00:00:00 2001 From: Jamal Soueidan Date: Tue, 24 Oct 2023 22:43:23 +0200 Subject: [PATCH] chore(deploy-azure-functions-production.yml): remove npm run test command from build step --- .github/workflows/deploy-azure-functions-production.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-azure-functions-production.yml b/.github/workflows/deploy-azure-functions-production.yml index b8c31aa8..e0b2b5c9 100644 --- a/.github/workflows/deploy-azure-functions-production.yml +++ b/.github/workflows/deploy-azure-functions-production.yml @@ -37,7 +37,6 @@ jobs: pushd './${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}' npm install npm run build --if-present - npm run test --if-present popd - name: "Run Azure Functions Action"