Skip to content

Commit

Permalink
ci(datastore): add nested predicate integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Nov 21, 2022
1 parent 3d765a3 commit 5aa3e71
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 @@ -1282,6 +1282,23 @@ jobs:
spec: selective-sync-v5
browser: << parameters.browser >>

integ_react_datastore_nested_predicate:
parameters:
browser:
type: string
executor: js-test-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react/datastore/nested-predicate
steps:
- prepare_test_env
- integ_test_js:
test_name: 'DataStore - Nested Predicate'
framework: react
category: datastore
sample_name: nested-predicate
spec: nested-predicate
browser: << parameters.browser >>

deploy:
executor: macos-executor
working_directory: ~/amplify-js
Expand Down Expand Up @@ -1806,6 +1823,15 @@ workflows:
matrix:
parameters:
<<: *test_browsers
- integ_react_datastore_nested_predicate:
requires:
- integ_setup
- build
filters:
<<: *releasable_branches
matrix:
parameters:
<<: *test_browsers

- deploy:
filters:
Expand Down Expand Up @@ -1863,6 +1889,7 @@ workflows:
- integ_react_iot_reconnect
- integ_react_api_reconnect
- integ_react_datastore_selective_sync
- integ_react_datastore_nested_predicate
- post_release:
filters:
branches:
Expand Down

0 comments on commit 5aa3e71

Please sign in to comment.