set carrier code parameter and lint existing phonenmubers

This commit is contained in:
2022-03-02 13:01:01 +01:00
parent 9f90cc8fe1
commit ed4cf67e79
3 changed files with 42 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ variables:
REDIS_URL: redis://redis:6379
# change vendor dir to make the app install into tests/apps
COMPOSER_VENDOR_DIR: tests/app/vendor
DEFAULT_CARRIER_CODE: BE
stages:
- Composer install