Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #180 from CDCgov/story/1183/functionapp-function-g…
Browse files Browse the repository at this point in the history
…ha-check

Add pipeline failure if functions are missing
  • Loading branch information
jcrichlake authored Oct 4, 2024
2 parents 48e229a + 1fa5482 commit 97ce708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ jobs:
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ steps.getPublishProfile.outputs.PUBLISH_PROFILE }}

- name: 'Validate that Azure FunctionApp loaded Functions'
run: |
az functionapp function list -g "csels-rsti-${{ inputs.TF_ENVIRONMENT }}-moderate-rg" -n "polling-function-${{ inputs.TF_ENVIRONMENT }}"

0 comments on commit 97ce708

Please sign in to comment.