Skip to content

Commit

Permalink
Bugfix FXIOS-10455 Fix unit test report (#22874)
Browse files Browse the repository at this point in the history
* Bugfix FXIOS-10455 Fix unit test report

* fix syntax

* fix syntax

* run always

* undo changes to force failure
  • Loading branch information
isabelrios authored Nov 4, 2024
1 parent c8ab224 commit 554d2f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@ workflows:
"$BITRISE_SOURCE_DIR/firefox-ios/Client/" \
"$BITRISE_SOURCE_DIR/xcodebuild.log"
- deploy-to-bitrise-io@2:
run_if: '{{getenv "RUN_UI_TESTS" | eq "Run_UI_Tests"}}'
run_if: '{{getenv "RUN_UI_TESTS" | eq "Run_UI_Tests" | and (getenv "BITRISE_XCRESULT_PATH" | ne "")}}'
inputs:
- deploy_path: "${BITRISE_SOURCE_DIR}/DerivedData.zip"
- pipeline_intermediate_files: |-
$BITRISE_XCRESULT_PATH:BITRISE_XCRESULT_PATH
${BITRISE_SOURCE_DIR}/DerivedData.zip:DERIVED_DATA_DIR
is_always_run: false
is_always_run: true
- [email protected]:
run_if: '{{getenv "RUN_UI_TESTS" | eq "Run_UI_Tests"}}'
title: Run Danger 2
Expand Down

0 comments on commit 554d2f8

Please sign in to comment.