From 1b002ed5f1349b550baf0b21e8f667e3034797d2 Mon Sep 17 00:00:00 2001 From: Michael Sober Date: Thu, 6 Aug 2026 09:44:16 +0000 Subject: [PATCH] chore(e2e): add CustomerProfilesPushApp detox integ test Adds the React Native CustomerProfilesPushApp sample (aws-amplify/amplify-js-samples-staging#1127) to the detox E2E matrix and enables the push integ test workflow for this branch. --- .github/integ-config/detox-integ-all.yml | 3 +++ .github/workflows/push-integ-test.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/integ-config/detox-integ-all.yml b/.github/integ-config/detox-integ-all.yml index 32dc42c76be..e472ab94553 100644 --- a/.github/integ-config/detox-integ-all.yml +++ b/.github/integ-config/detox-integ-all.yml @@ -23,3 +23,6 @@ - test_name: 'integ_rn_ios_passkeys' working_directory: amplify-js-samples-staging/samples/react-native/auth/Passkeys timeout_minutes: 120 +- test_name: 'integ_rn_ios_push_notifications_customer_profiles' + working_directory: amplify-js-samples-staging/samples/react-native/push-notifications/CustomerProfilesPushApp + timeout_minutes: 120 diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index 2458fffc96d..41bb3f81535 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,7 +8,7 @@ concurrency: on: push: branches: - - replace-with-your-branch + - chore/push-notifications-tests jobs: e2e: