Skip to content

Commit

Permalink
Add again debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed Jul 23, 2024
1 parent 5f9e65f commit 2defe24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-ios-e2e-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ runs:

- name: Run end-to-end-tests
run: >
echo "$(cat $0)"
echo "Get relieved on"
if [ -n "$TEST_NAME" ]; then TEST_NAME_ARGUMENT=" -only-testing $TEST_NAME"; else TEST_NAME_ARGUMENT=""; fi
set -o pipefail && env NSUnbufferedIO=YES xcodebuild
Expand Down

0 comments on commit 2defe24

Please sign in to comment.