Skip to content

Commit

Permalink
chore: add selective-sync-v5 tests to pipeline (#10637)
Browse files Browse the repository at this point in the history
* chore: add selective-sync-v5 tests to pipeline

* fixed selective sync workflow entry

* fixing circle workflow add again

* workflow job add missing browser param
  • Loading branch information
svidgen committed Nov 14, 2022
1 parent 45372e2 commit fc61422
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .circleci/config.yml
Expand Up @@ -1265,6 +1265,23 @@ jobs:
# Firefox doesn't support network state management in cypress
browser: chrome

integ_react_datastore_selective_sync:
parameters:
browser:
type: string
executor: js-test-executor
<<: *test_env_vars
working_directory: ~/amplify-js-samples-staging/samples/react/datastore/selective-sync-v5
steps:
- prepare_test_env
- integ_test_js:
test_name: 'DataStore - Selective Sync'
framework: react
category: datastore
sample_name: selective-sync-v5
spec: selective-sync-v5
browser: << parameters.browser >>

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

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

0 comments on commit fc61422

Please sign in to comment.