Skip to content

Commit

Permalink
Merge pull request #436 from jfaurskov/update_armtests
Browse files Browse the repository at this point in the history
Remove Template Should Not Contain Blanks test
  • Loading branch information
judyer28 authored Nov 27, 2024
2 parents 08d9357 + b0df41b commit 7166584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test-arm-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
with:
owner: 'Azure'
repository: 'arm-ttk'
- name: Remove unwanted tests
run: |
rm ./arm-ttk/arm-ttk/testcases/deploymentTemplate/Template-Should-Not-Contain-Blanks.test.ps1
- name: Test Modified ARM templates
id: run_tests
if: steps.changed-arm-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 7166584

Please sign in to comment.