Ensure CI runs have proper phone number format

This commit is contained in:
Ryan Ahearn
2023-03-03 13:58:26 -05:00
parent c58a151e65
commit 36975dda07
4 changed files with 51 additions and 50 deletions

View File

@@ -14,7 +14,7 @@ env:
WERKZEUG_DEBUG_PIN: off
REDIS_ENABLED: 0
AWS_REGION: us-west-2
AWS_US_TOLL_FREE_NUMBER: +18446120782
AWS_US_TOLL_FREE_NUMBER: "+18446120782"
jobs:
build:

View File

@@ -19,7 +19,7 @@ env:
NOTIFY_EMAIL_DOMAIN: dispostable.com
REDIS_ENABLED: 0
AWS_REGION: us-west-2
AWS_US_TOLL_FREE_NUMBER: +18446120782
AWS_US_TOLL_FREE_NUMBER: "+18446120782"
jobs:
pip-audit: