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

Add amazon-cognito-identity-js tests to CircleCI #6551

Merged
merged 3 commits into from
Aug 12, 2020
Merged
Changes from all commits
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
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,18 @@ jobs:
sample_name: storageComp
spec: storage-comp

integ_amazon_cognito_identity_js:
executor: js-test-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react/auth/amazon-cognito-identity-js
steps:
- prepare_test_env
- integ_test_js:
test_name: 'amazon-cognito-identity-js'
framework: react
category: auth
sample_name: amazon-cognito-identity-js

integ_setup_ui:
executor: build-executor
working_directory: ~/
Expand Down Expand Up @@ -664,6 +676,12 @@ workflows:
- build
filters:
<<: *releasable_branches
- integ_amazon_cognito_identity_js:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
- integ_rn_ios_storage:
requires:
- integ_setup
Expand Down Expand Up @@ -709,6 +727,7 @@ workflows:
- integ_react_datastore
- integ_react_storage
- integ_react_storage_ui
- integ_amazon_cognito_identity_js
- integ_react_auth
- integ_angular_auth
- integ_vue_auth
Expand Down