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