diff --git a/dist/platforms/ubuntu/run_tests.sh b/dist/platforms/ubuntu/run_tests.sh index 007d9bb..dc3cd70 100755 --- a/dist/platforms/ubuntu/run_tests.sh +++ b/dist/platforms/ubuntu/run_tests.sh @@ -53,6 +53,8 @@ if [ -n "$PRIVATE_REGISTRY_TOKEN" ]; then token = "$PRIVATE_REGISTRY_TOKEN" alwaysAuth = true EOF + # Some npm repositories (Azure Devops) require a user to be configred + # even if it isn't a valid one. if [ -n "$PRIVATE_REGISTRY_USER" ]; then cat >> "$UPM_CONFIG_TOML_PATH" <