From 0935865761c41e449f97385a0366836836bbaa72 Mon Sep 17 00:00:00 2001 From: ManojNB Date: Fri, 16 Aug 2024 17:58:09 -0700 Subject: [PATCH] wip: debugging --- .github/workflows/callable-e2e-test-detox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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