Skip to content

Commit

Permalink
Updated tests with explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Feb 26, 2024
1 parent b86b2db commit 47a42d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,8 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
Role: 'DeploymentValidation'
}
}
dependsOn: [
nestedDependencies
diagnosticDependencies
]
}]
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,8 @@ module testDeployment '../../../main.bicep' = [for iteration in [ 'init', 'idem'
Role: 'DeploymentValidation'
}
}
dependsOn: [
nestedDependencies
diagnosticDependencies
]
}]

0 comments on commit 47a42d4

Please sign in to comment.