We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ad559 commit 84aa355Copy full SHA for 84aa355
buildspec-release.yml
@@ -19,7 +19,7 @@ phases:
19
# run unit tests
20
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=
21
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION=
22
- tox -e py38,py39,py310 all -- test/unit
+ tox -e py38,py39,py310 -- test/unit
23
24
# run functional tests
25
- $(aws ecr get-login --no-include-email --region us-west-2)
0 commit comments