Skip to content

Commit a54eb84

Browse files
committed
chore(notifications): add push notifications unit tests to circle CI config (#2802)
1 parent 5ad0a14 commit a54eb84

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ deploy_requires: &deploy_requires
290290
- ios_unit_test_auth
291291
- ios_unit_test_datastore
292292
- ios_unit_test_geo
293+
- ios_unit_test_push_notifications
293294
- ios_unit_test_storage
294295
- macos_unit_test_amplify
295296
- macos_unit_test_awspluginscore
@@ -298,6 +299,7 @@ deploy_requires: &deploy_requires
298299
- macos_unit_test_auth
299300
- macos_unit_test_datastore
300301
- macos_unit_test_geo
302+
- macos_unit_test_push_notifications
301303
- macos_unit_test_storage
302304
- fortify_scan
303305

@@ -371,6 +373,13 @@ workflows:
371373
destination: << pipeline.parameters.ios-destination >>
372374
requires:
373375
- 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
374383
- unit_test:
375384
name: ios_unit_test_storage
376385
scheme: AWSS3StoragePlugin
@@ -427,6 +436,13 @@ workflows:
427436
destination: << pipeline.parameters.macos-destination >>
428437
requires:
429438
- 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
430446
- unit_test:
431447
name: macos_unit_test_storage
432448
scheme: AWSS3StoragePlugin

0 commit comments

Comments
 (0)