Skip to content

Commit 4450f24

Browse files
committed
run all tests
1 parent fab94a7 commit 4450f24

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)