Skip to content

Commit

Permalink
run the tvOS build also in case of a unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed May 28, 2024
1 parent cd38ed2 commit 99be087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
bundle exec fastlane unit_test
- name: Sanity build tvOS
if: success() || failure()
run: |
bundle exec fastlane build_tvos

0 comments on commit 99be087

Please sign in to comment.