Skip to content

Commit f89317d

Browse files
committed
run all tests with corrected web app-sql test for bicep
1 parent da427e4 commit f89317d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

run-samples.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ BICEP_SAMPLES=(
103103

104104
# 4. Calculate Shard
105105
# Combine script-based, Terraform, and Bicep samples into one array
106-
#ALL_SAMPLES=("${SAMPLES[@]}" "${TERRAFORM_SAMPLES[@]}" "${BICEP_SAMPLES[@]}")
107-
ALL_SAMPLES=("${BICEP_SAMPLES[@]}")
106+
ALL_SAMPLES=("${SAMPLES[@]}" "${TERRAFORM_SAMPLES[@]}" "${BICEP_SAMPLES[@]}")
108107
TOTAL=${#ALL_SAMPLES[@]}
109108
SHARD=${1:-1}
110109
SPLITS=${2:-1}

0 commit comments

Comments
 (0)