Skip to content

Commit

Permalink
Add amazon-cognito-identity-js tests to CircleCI (aws-amplify#6551)
Browse files Browse the repository at this point in the history
* add amazon-cognito-identity-js tests to CCI
  • Loading branch information
amhinson authored and nubpro committed Oct 2, 2020
1 parent 39db4ff commit 23962ce
Showing 1 changed file with 19 additions and 0 deletions.
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

0 comments on commit 23962ce

Please sign in to comment.