From 6bfb82a3d4829ca2181114b7e29f979f9fbb03ac Mon Sep 17 00:00:00 2001 From: ManojNB Date: Wed, 7 Aug 2024 17:03:32 -0700 Subject: [PATCH] wip: debugging --- .github/workflows/callable-e2e-test-detox.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index afaeaa89ceb..90f00ff8c7a 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -77,8 +77,8 @@ jobs: - name: Start the http-server and host the oidc signout page locally (background) if: ${{ inputs.host_signout_page }} run: | - cd oidc-signout-hosted-page/ - npx http-server -p 8000 + cd oidc-signout-hosted-page/ && + npx http-server -p 8000 & sleep 60 working-directory: ${{ inputs.working_directory }} shell: bash