Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push Notification iOS Detox tests #6078

Merged
merged 2 commits into from
Jun 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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