Skip to content

Commit

Permalink
Disable PTY in iOS UI test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Dec 23, 2024
1 parent 1103344 commit 602dbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ jobs:
ios-ui-test:
needs: [common-test]
runs-on: macos-latest
env:
FASTLANE_DISABLE_PTY: 1
steps:
- name: Checkout project
uses: actions/checkout@v4
Expand Down

0 comments on commit 602dbd4

Please sign in to comment.