Skip to content

Commit

Permalink
fix: typo in the run unit tests command (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaoz authored Aug 14, 2024
1 parent 01ad559 commit 84aa355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ phases:
# run unit tests
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION=
tox -e py38,py39,py310 all -- test/unit
tox -e py38,py39,py310 -- test/unit

# run functional tests
- $(aws ecr get-login --no-include-email --region us-west-2)
Expand Down

0 comments on commit 84aa355

Please sign in to comment.