diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index fe093eef74f..287a087d86d 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -84,7 +84,7 @@ jobs: shell: bash - name: Detox run run: | - $GITHUB_WORKSPACE/amplify-js/scripts/retry-yarn-script.sh -s 'detox test -c ios.sim.debug -u --debug-synchronization 500' -n 1 && + $GITHUB_WORKSPACE/amplify-js/scripts/retry-yarn-script.sh -s 'detox test -c ios.sim.debug -u --debug-synchronization 500 --detectOpenHandles' -n 2 && xcrun simctl spawn booted log stream --level debug --style compact --predicate "category=='SyncManager'" working-directory: ${{ inputs.working_directory }} shell: bash