We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e56c9 commit 01ad559Copy full SHA for 01ad559
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 --parallel all -- test/unit
+ tox -e py38,py39,py310 all -- test/unit
23
24
# run functional tests
25
- $(aws ecr get-login --no-include-email --region us-west-2)
0 commit comments