issues
search
bitrise-steplib
/
bitrise-step-flutter-build
MIT License
7
stars
14
forks
source link
Run iOS tests only on non-Ubuntu stacks
#36
Closed
Bence1001
closed
3 years ago
Bence1001
commented
3 years ago
Checklist
[x] I've read and accepted the
Contribution Guidelines
Requires
PATCH
version update
Context
Unified CI now runs E2E tests on Ubuntu as well if
flutter
is specified in
project_type_tags
.
Changes
Run E2E tests that build an iOS app only if Xcode is available (only on non-Ubuntu stacks).
Remove unnecessary check for Xcode version when only an Android app is built.
Install Flutter before running tests (as it might not be the latest stable AND it's not pre-installed on Ubuntu).
Checklist
Context
flutter
is specified inproject_type_tags
.Changes