Skip to content

Commit

Permalink
ci: add subs-disabled test (#7988)
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev authored Mar 24, 2021
1 parent 0e8968f commit 63dd9c3
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 @@ -551,6 +551,24 @@ jobs:
sample_name: many-to-many
spec: many-to-many
browser: << parameters.browser >>

integ_react_datastore_subs_disabled:
parameters:
browser:
type: string
executor: js-test-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react/datastore/subs-disabled
steps:
- prepare_test_env
- integ_test_js:
test_name: 'DataStore - Subs Disabled'
framework: react
category: datastore
sample_name: subs-disabled
spec: subs-disabled
browser: << parameters.browser >>

integ_react_storage:
parameters:
browser:
Expand Down Expand Up @@ -830,6 +848,15 @@ workflows:
matrix:
parameters:
<<: *test_browsers
- integ_react_datastore_subs_disabled:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
matrix:
parameters:
<<: *test_browsers
- integ_react_storage:
requires:
- integ_setup
Expand Down

0 comments on commit 63dd9c3

Please sign in to comment.