From 2a2ae3f5d630ab42c8cabee0b760fe061915f08d Mon Sep 17 00:00:00 2001 From: ManojNB Date: Fri, 9 Aug 2024 00:26:39 -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 1d069e20bbf..25a10dccad8 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -84,6 +84,6 @@ jobs: # shell: bash - name: Detox run run: | - $GITHUB_WORKSPACE/amplify-js/scripts/retry-yarn-script.sh -s 'detox test -c ios.sim.debug -u' -n 3 + detox test -c ios.sim.debug -u --debug-synchronization 500 working-directory: ${{ inputs.working_directory }} shell: bash