Skip to content

Commit

Permalink
wip: debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Aug 17, 2024
1 parent 0ba8564 commit 0935865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0935865

Please sign in to comment.