Skip to content

Commit

Permalink
Revert "Force fail"
Browse files Browse the repository at this point in the history
This reverts commit 159874e.
  • Loading branch information
Cal-L committed Feb 24, 2024
1 parent 159874e commit cc1f64f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,9 @@ workflows:
inputs:
- content: |-
#!/usr/bin/env bash
if [ -n "$TESfi
if [ -n "$TEST_SUITE_FOLDER" ]; then
echo "TEST_SUITE_FOLDER value is: $TEST_SUITE_FOLDER"
fi
if [ "$TEST_SUITE" = "Regression" ]; then
TEST_SUITE="Regression"
else
Expand Down

0 comments on commit cc1f64f

Please sign in to comment.