Closed powerivq closed 6 years ago
If we always want to require the variable to be set, we can update the optional
value for this particular option (https://github.com/fastlane/fastlane-plugin-firebase_test_lab/blob/master/lib/fastlane/plugin/firebase_test_lab/options.rb#L15).
If it's just for this action, then yes, this change looks fine 👍
@KrauseFx I thought it wouldn't check whether default_value is also nil. I just tested and I was wrong. optional seems to work great here.
Cool 👍
If the app_path is not provided, it would be defaulted to use the scan environment variable. If that is also nil, this nil check is needed to bail out.