Skip to content

Commit 09988a5

Browse files
committed
Template fixes
1 parent a516538 commit 09988a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

e2e_tests/setup/integ-test-authentication.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# enabling GitHub Actions to run the integration tests against the AWS account where this
33
# template is deployed.
44
# aws cloudformation deploy \
5-
# --template-file .github/cloudformation/integ-test-authentication.yaml \
5+
# --template-file integ-test-authentication.yaml \
66
# --stack-name github-integ-test-identity-provider \
77
# --parameter-overrides GitHubOrg=awslabs RepositoryName=utilities-for-model-context-protocol-with-aws-lambda \
8-
# --capabilities CAPABILITY_IAM \
8+
# --capabilities CAPABILITY_NAMED_IAM \
99
# --region us-east-2 \
1010
# --profile mcp-lambda-cfn-integ-test-account
1111

@@ -156,4 +156,4 @@ Resources:
156156

157157
Outputs:
158158
Role:
159-
Value: !GetAtt Role.Arn
159+
Value: !GetAtt IntegrationTestRole.Arn

0 commit comments

Comments
 (0)