Skip to content

Commit d252491

Browse files
authored
Merge pull request #99 from aws-observability/fix/ciActions
CI Fixes
2 parents fde099f + a99f4d4 commit d252491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ phases:
2626
[ -z "$CONTEXT_LOCATION" ] || aws s3 cp $CONTEXT_LOCATION .
2727
build:
2828
commands:
29-
- export AWS_REGION=us-east-2 && make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --force"
29+
- export AWS_REGION=us-east-2 && make pattern "${PATTERN_NAME#/do-e2e-test } --verbose --all --require-approval never --force"
3030
# finally:
3131
# - make destroy-all

0 commit comments

Comments
 (0)