Skip to content

Commit

Permalink
Only run iOS device checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Jul 8, 2020
1 parent 0f6ee9a commit 5621583
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,37 +214,37 @@ jobs:
workflows:
gutenberg-mobile:
jobs:
- checks:
name: Check Correctness
check-correctness: true
- checks:
name: Test iOS
platform: ios
check-tests: true
- checks:
name: Test Android
platform: android
check-tests: true
# - checks:
# name: Check Correctness
# check-correctness: true
# - checks:
# name: Test iOS
# platform: ios
# check-tests: true
# - checks:
# name: Test Android
# platform: android
# check-tests: true
- ios-device-checks:
name: Test iOS on Device - Canaries
is-canary: "-canary"
- android-device-checks:
name: Test Android on Device - Canaries
is-canary: "-canary"
- Optional UI Tests:
type: approval
filters:
branches:
ignore:
- develop
- ios-device-checks:
name: Test iOS on Device - Full
requires: [ "Optional UI Tests" ]
- android-device-checks:
name: Test Android on Device - Full
requires: [ "Optional UI Tests" ]
- android-native-unit-tests:
name: Android Native Unit Tests
# - android-device-checks:
# name: Test Android on Device - Canaries
# is-canary: "-canary"
# - Optional UI Tests:
# type: approval
# filters:
# branches:
# ignore:
# - develop
# - ios-device-checks:
# name: Test iOS on Device - Full
# requires: [ "Optional UI Tests" ]
# - android-device-checks:
# name: Test Android on Device - Full
# requires: [ "Optional UI Tests" ]
# - android-native-unit-tests:
# name: Android Native Unit Tests

ui-tests-full-scheduled:
jobs:
Expand Down

0 comments on commit 5621583

Please sign in to comment.