From c1a47e6767ca870c44ba4e09f84a632300ad2eca Mon Sep 17 00:00:00 2001 From: David McAfee Date: Thu, 29 Feb 2024 22:40:09 -0800 Subject: [PATCH] add rn cli 72 and detox cli app config --- .github/integ-config/detox-integ-all.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/integ-config/detox-integ-all.yml b/.github/integ-config/detox-integ-all.yml index 9ec3b133881..db4567980ff 100644 --- a/.github/integ-config/detox-integ-all.yml +++ b/.github/integ-config/detox-integ-all.yml @@ -10,9 +10,12 @@ # - test_name: 'integ_rn_ios_datastore_sqlite_adapter' # working_directory: amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter # timeout_minutes: 120 -- test_name: 'integ_rn_ios_api_v6' +- test_name: 'integ_rn_ios_api_v6_latest_rn_ported_detox' working_directory: amplify-js-samples-staging/samples/react-native/api/v6/ApiCRUDL timeout_minutes: 120 +- test_name: 'integ_rn_ios_api_v6_rn_72_detox_cli' + working_directory: amplify-js-samples-staging/samples/react-native/api/rn72-detox-cli/ApiCRUDL + timeout_minutes: 120 # - test_name: 'integ_rn_android_storage' # working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/StorageApp # - test_name: 'integ_rn_android_storage_multipart_progress'