@@ -290,6 +290,7 @@ deploy_requires: &deploy_requires
290
290
- ios_unit_test_auth
291
291
- ios_unit_test_datastore
292
292
- ios_unit_test_geo
293
+ - ios_unit_test_push_notifications
293
294
- ios_unit_test_storage
294
295
- macos_unit_test_amplify
295
296
- macos_unit_test_awspluginscore
@@ -298,6 +299,7 @@ deploy_requires: &deploy_requires
298
299
- macos_unit_test_auth
299
300
- macos_unit_test_datastore
300
301
- macos_unit_test_geo
302
+ - macos_unit_test_push_notifications
301
303
- macos_unit_test_storage
302
304
- fortify_scan
303
305
@@ -371,6 +373,13 @@ workflows:
371
373
destination : << pipeline.parameters.ios-destination >>
372
374
requires :
373
375
- build_amplify_ios_spm
376
+ - unit_test :
377
+ name : ios_unit_test_push_notifications
378
+ scheme : AWSPinpointPushNotificationsPlugin
379
+ sdk : iphonesimulator
380
+ destination : << pipeline.parameters.ios-destination >>
381
+ requires :
382
+ - build_amplify_ios_spm
374
383
- unit_test :
375
384
name : ios_unit_test_storage
376
385
scheme : AWSS3StoragePlugin
@@ -427,6 +436,13 @@ workflows:
427
436
destination : << pipeline.parameters.macos-destination >>
428
437
requires :
429
438
- build_amplify_macos_spm
439
+ - unit_test :
440
+ name : macos_unit_test_push_notifications
441
+ scheme : AWSPinpointPushNotificationsPlugin
442
+ sdk : macosx
443
+ destination : << pipeline.parameters.macos-destination >>
444
+ requires :
445
+ - build_amplify_macos_spm
430
446
- unit_test :
431
447
name : macos_unit_test_storage
432
448
scheme : AWSS3StoragePlugin
0 commit comments