Skip to content

Commit

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

0 comments on commit 6bfb82a

Please sign in to comment.