mmcc007 / sylph

Runs Flutter integration tests on real devices in cloud.
GNU General Public License v3.0
157 stars 43 forks source link

Env vars are not required if running on android pools only. #42

Closed mmcc007 closed 5 years ago

mmcc007 commented 5 years ago

Added check for running on android pools only and used it to by-pass validation of env vars as appropriate. This allows users that are not running on iOS to skip configuring env vars.

Also

Fixes #41