Skip to content

Commit

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

0 comments on commit 159874e

Please sign in to comment.