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

fix: Fix CircleCI integration tests #9500

Merged
merged 12 commits into from
Jan 21, 2022
23 changes: 8 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,6 @@ commands:
- restore_cache:
key: |
brew-cache-{{ arch }}-{{ .Environment.CACHE_VERSION }}
- run:
# React Native Android can have issues with later versions of Node:
# https://github.com/facebook/react-native/issues/26808
command: |
cd ~/amplify-js
./.circleci/android-rn.sh install-node
name: Install node@10
- run:
hkjpotato marked this conversation as resolved.
Show resolved Hide resolved
# https://reactnative.dev/docs/environment-setup
environment:
Expand Down Expand Up @@ -966,7 +959,7 @@ jobs:
- integ_test_rn_ios

integ_rn_ios_push_notifications:
executor: macos-executor-legacy
executor: macos-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react-native/push-notifications/PushNotificationApp
steps:
Expand Down Expand Up @@ -1473,12 +1466,12 @@ workflows:
- build
filters:
<<: *releasable_branches
# - integ_rn_android_storage_multipart_progress:
# requires:
# - integ_setup
# - build
# filters:
# <<: *releasable_branches
- integ_rn_android_storage_multipart_progress:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
- integ_rn_ios_datastore_sqlite_adapter:
requires:
- integ_setup
Expand Down Expand Up @@ -1554,7 +1547,7 @@ workflows:
- integ_vue_auth
- integ_rn_ios_storage
- integ_rn_ios_storage_multipart_progress
# - integ_rn_android_storage_multipart_progress
- integ_rn_android_storage_multipart_progress
- integ_rn_ios_push_notifications
- integ_rn_android_storage
- integ_rn_ios_datastore_sqlite_adapter
Expand Down