Commit d055abb 1 parent a338899 commit d055abb Copy full SHA for d055abb
File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -1522,6 +1522,23 @@ jobs:
1522
1522
spec : vanilla-js-basic-crud
1523
1523
amplifyjs_dir : ~/amplify-js
1524
1524
1525
+ integ_react_datastore_docs_examples :
1526
+ parameters :
1527
+ browser :
1528
+ type : string
1529
+ executor : js-test-executor
1530
+ << : *test_env_vars
1531
+ working_directory : ~/amplify-js-samples-staging/samples/react/datastore/v2/amplify-docs-examples
1532
+ steps :
1533
+ - prepare_test_env
1534
+ - integ_test_js :
1535
+ test_name : ' DataStore - Docs Examples'
1536
+ framework : react
1537
+ category : datastore
1538
+ sample_name : v2/amplify-docs-examples
1539
+ spec : amplify-docs-examples
1540
+ browser : << parameters.browser >>
1541
+
1525
1542
deploy :
1526
1543
executor : macos-executor
1527
1544
working_directory : ~/amplify-js
@@ -2159,6 +2176,15 @@ workflows:
2159
2176
matrix :
2160
2177
parameters :
2161
2178
<< : *minimal_browser_list
2179
+ - integ_react_datastore_docs_examples :
2180
+ requires :
2181
+ - integ_setup
2182
+ - build
2183
+ filters :
2184
+ << : *releasable_branches
2185
+ matrix :
2186
+ parameters :
2187
+ << : *minimal_browser_list
2162
2188
- deploy :
2163
2189
filters :
2164
2190
<< : *releasable_branches
@@ -2228,6 +2254,7 @@ workflows:
2228
2254
- integ_vite_datastore_basic_crud
2229
2255
- integ_rollup_datastore_basic_crud
2230
2256
- integ_vanilla_js_datastore_basic_crud
2257
+ - integ_react_datastore_docs_examples
2231
2258
- post_release :
2232
2259
filters :
2233
2260
branches :
You can’t perform that action at this time.
0 commit comments