diff --git a/.github/workflows/callable-e2e-test-detox.yml b/.github/workflows/callable-e2e-test-detox.yml index f324dc6cecf..82b205457b4 100644 --- a/.github/workflows/callable-e2e-test-detox.yml +++ b/.github/workflows/callable-e2e-test-detox.yml @@ -123,15 +123,15 @@ jobs: echo "steps.detox-build-cache.outputs.cache-hit: ${{ steps.detox-build-cache.outputs.cache-hit }}" echo "${{ inputs.test_name }}-detox-build-${{ hashFiles(steps.cache_paths.outputs.YARN_LOCK_PATH, steps.cache_paths.outputs.POD_LOCK_PATH, '~/lerna_versions.json') }}" - # - name: Detox Build - # if: steps.detox-build-cache.outputs.cache-hit != 'true' || steps.modules-cache.outputs.cache-hit != 'true' || steps.pods-cache.outputs.cache-hit != 'true' - # 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 + if: steps.detox-build-cache.outputs.cache-hit != 'true' || steps.modules-cache.outputs.cache-hit != 'true' || steps.pods-cache.outputs.cache-hit != 'true' + 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 }}