From ce7c5e62be86ffbbb08ca97800aa817c72869e97 Mon Sep 17 00:00:00 2001 From: ManojNB Date: Thu, 8 Aug 2024 18:48:09 -0700 Subject: [PATCH] wip: debugging --- .github/workflows/callable-e2e-test-detox.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index 8e09220e8dc..1d069e20bbf 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -84,11 +84,6 @@ jobs: # shell: bash - name: Detox run run: | - cd oidc-signout-hosted-page/ && - npx http-server -p 8000 & - sleep 60 && - echo "result: '$(curl -s 'http://localhost:8000')'" && - pwd && $GITHUB_WORKSPACE/amplify-js/scripts/retry-yarn-script.sh -s 'detox test -c ios.sim.debug -u' -n 3 working-directory: ${{ inputs.working_directory }} shell: bash