diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ea7f29705..32c0c0bc0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -211,37 +211,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: