Skip to content

Commit

Permalink
ci: use a fake user in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Nov 10, 2022
1 parent 1efc25d commit 47fb798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
--stack-name $STACK_NAME \
--template-url https://s3.amazonaws.com/apppack-cloudformations/latest/account.json \
--capabilities CAPABILITY_IAM \
--parameters ParameterKey=Administrators,ParameterValue=pete@apppack.io
--parameters ParameterKey=Administrators,ParameterValue=user@apppack.io
aws cloudformation wait stack-create-complete \
--stack-name $STACK_NAME
timeout-minutes: 10
Expand Down

0 comments on commit 47fb798

Please sign in to comment.