Skip to content

Commit

Permalink
chore: Add configuration for duplicate-packages integ tests (#8217)
Browse files Browse the repository at this point in the history
  • Loading branch information
slaymance authored May 4, 2021
1 parent 89a2250 commit 75a7935
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,23 @@ jobs:
spec: << parameters.scenario >>
browser: firefox

integ_duplicate_packages:
parameters:
browser:
type: string
executor: js-test-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react/version-conflict/duplicate-packages
steps:
- prepare_test_env
- integ_test_js:
test_name: 'Duplicate Package Errors'
framework: react
category: version-conflict
sample_name: duplicate-packages
spec: duplicate-packages
browser: << parameters.browser >>

deploy:
executor: macos-executor
working_directory: ~/amplify-js
Expand Down Expand Up @@ -971,6 +988,15 @@ workflows:
matrix:
parameters:
<<: *datastore_auth_scenarios
- integ_duplicate_packages:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
matrix:
parameters:
<<: *test_browsers
- deploy:
filters:
<<: *releasable_branches
Expand All @@ -995,6 +1021,7 @@ workflows:
- integ_rn_android_storage
- integ_rn_android_storage_multipart_progress
- integ_datastore_auth
- integ_duplicate_packages
- post_release:
filters:
branches:
Expand Down

0 comments on commit 75a7935

Please sign in to comment.