File tree Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Expand file tree Collapse file tree 4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 55- test_name : ' integ_rn_ios_device_tracking'
66 working_directory : amplify-js-samples-staging/samples/react-native/auth/deviceTracking
77 timeout_minutes : 120
8- # - test_name: 'integ_rn_ios_datastore_sqlite_adapter'
9- # working_directory: ~/amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter
10- # - test_name: 'integ_rn_android_storage'
11- # working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/StorageApp
12- # - test_name: 'integ_rn_android_storage_multipart_progress'
13- # working_directory: ~/amplify-js-samples-staging/samples/react-native/storage/MultiPartUploadWithProgress
8+ - test_name : ' integ_rn_ios_datastore_sqlite_adapter'
9+ working_directory : amplify-js-samples-staging/samples/react-native/datastore/SQLiteAdapter
10+ timeout_minutes : 120
Original file line number Diff line number Diff line change 1515 prebuild-macos :
1616 uses : ./.github/workflows/callable-prebuild-amplify-js.yml
1717 with :
18- runs_on : macos-13
18+ runs_on : macos-latest
1919 prebuild-samples-staging :
2020 secrets : inherit
2121 uses : ./.github/workflows/callable-prebuild-samples-staging.yml
Original file line number Diff line number Diff line change 1717jobs :
1818 e2e-test :
1919 name : E2E-Detox ${{ inputs.test_name }}
20- runs-on : macos-13
20+ runs-on : macos-latest
2121 timeout-minutes : ${{ inputs.timeout_minutes }}
2222
2323 steps :
4646 shell : bash
4747 - name : Start iOS simulator (background)
4848 run : |
49- xcrun simctl boot "iPhone 11 " &
49+ xcrun simctl boot "iPhone 15 " &
5050 shell : bash
5151 - name : Start Metro Packager (background)
5252 run : |
Original file line number Diff line number Diff line change 1010 prebuild-macos :
1111 uses : ./.github/workflows/callable-prebuild-amplify-js.yml
1212 with :
13- runs_on : macos-13
13+ runs_on : macos-latest
1414 prebuild-samples-staging :
1515 secrets : inherit
1616 uses : ./.github/workflows/callable-prebuild-samples-staging.yml
You can’t perform that action at this time.
0 commit comments