From 211f0613e9589fa2de026e2cdff40242dd5728ec Mon Sep 17 00:00:00 2001 From: Michael Sober Date: Fri, 7 Aug 2026 12:59:14 +0200 Subject: [PATCH] chore(e2e): add CustomerProfilesPushApp to the detox E2E matrix (#14907) * 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. * chore: trigger integ test run * chore: trigger integ test run * chore(e2e): run only the customer profiles detox test on push, upload artifacts Scopes the push trigger to a single detox run instead of the full release-verification matrix, and uploads Detox artifacts/reports so failures can be inspected. * chore: trigger integ test run * chore(e2e): revert push-trigger and artifact-upload scaffolding Restores .github/workflows/push-integ-test.yml and .github/workflows/callable-e2e-test-detox.yml to their state on main, leaving only the detox-integ-all.yml matrix entry in this PR. The push trigger and artifact upload were temporary scaffolding used to verify the new test. --- .github/integ-config/detox-integ-all.yml | 3 +++ 1 file changed, 3 insertions(+) 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