Skip to content

Commit b7cde44

Browse files
committed
fix tests
1 parent 23e908f commit b7cde44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/end-to-end-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
try {
439439
Write-Host "Running the ALZ Module"
440440
$starterModuleOverrideFolderPath = "${{ env.STARTER_MODULE_FOLDER }}"
441-
if($infrastructureAsCode -eq "terraform" -or $infrastructureAsCode -eq "bicep-classic") {
441+
if($infrastructureAsCode -eq "terraform") {
442442
$starterModuleOverrideFolderPath = "$starterModuleOverrideFolderPath/templates"
443443
}
444444
Deploy-Accelerator `

0 commit comments

Comments
 (0)