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 2db8f13 commit 46b06e8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/callable-e2e-test-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
yarn global add detox-cli
working-directory: ${{ inputs.working_directory }}
shell: bash
# - name: Detox Build
# run: |
# detox build -c ios.sim.debug
# env:
# JEST_JUNIT_OUTPUT_DIR: reports/junit
# JEST_JUNIT_OUTPUT_NAME: detox-test-results.xml
# working-directory: ${{ inputs.working_directory }}
# shell: bash
- name: Detox Build
run: |
detox build -c ios.sim.debug
env:
JEST_JUNIT_OUTPUT_DIR: reports/junit
JEST_JUNIT_OUTPUT_NAME: detox-test-results.xml
working-directory: ${{ inputs.working_directory }}
shell: bash
- name: Start the http-server and host the oidc signout page locally (background)
if: ${{ inputs.host_signout_page }}
run: |
Expand Down

0 comments on commit 46b06e8

Please sign in to comment.