Skip to content

Commit

Permalink
add push notifications ios detox tests (#6078)
Browse files Browse the repository at this point in the history
  • Loading branch information
amhinson authored Jun 16, 2020
1 parent 1fd8336 commit 67bc430
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,13 @@ jobs:
steps:
- integ_test_rn_ios

integ_rn_ios_push_notifications:
executor: ios-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react-native/push-notifications/PushNotificationApp
steps:
- integ_test_rn_ios

integ_rn_android_storage:
executor: android-executor
<<: *test_env_vars
Expand Down Expand Up @@ -638,6 +645,12 @@ workflows:
- build
filters:
<<: *releasable_branches
- integ_rn_ios_push_notifications:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
- integ_rn_android_storage:
requires:
- integ_setup
Expand Down Expand Up @@ -676,6 +689,7 @@ workflows:
- integ_angular_auth_ui
- integ_vue_auth_ui
- integ_rn_ios_storage
- integ_rn_ios_push_notifications
- integ_rn_android_storage
- post_release:
filters:
Expand Down

0 comments on commit 67bc430

Please sign in to comment.