Skip to content

Commit f98df4c

Browse files
mploskiheitorlessa
andauthored
Update MAINTAINERS.md
Co-authored-by: Heitor Lessa <[email protected]>
1 parent 9203232 commit f98df4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MAINTAINERS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ Some examples using our initial and new RFC templates: #92, #94, #95, #991, #122
170170

171171
In order to run end to end tests you need to install CDK CLI first and bootstrap your account with `cdk bootstrap` command. For additional details follow [documentation](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html).
172172

173-
You can run tests either from your local machine's shell by exporting `AWS_PROFILE` environment variable and running `make e2e tests`.
174-
You may also do this directly from GitHub Console. Run the [run-e2e-tests workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/run-e2e-tests.yml) and pick the branch you want to run tests against.
173+
To run locally, export `AWS_PROFILE` environment variable and run `make e2e tests`. To run from GitHub Actions, use [run-e2e-tests workflow](https://github.com/awslabs/aws-lambda-powertools-python/actions/workflows/run-e2e-tests.yml) and pick the branch you want to run tests against.
174+
175+
**NOTE**: E2E tests are run as part of each merge to `develop` branch.
175176

176177
> **Q: What if there's an error?**
177178
To be agreed

0 commit comments

Comments
 (0)