Skip to content

Commit

Permalink
Disabled tests on watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AllDmeat committed Dec 30, 2022
1 parent db89d00 commit 385158b
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 @@ -49,6 +49,7 @@ jobs:
run: xcodebuild build-for-testing -scheme ${{ env.SCHEME }} -destination '${{ matrix.DESTINATION }}'

- name: Test
if: ${{ !contains(matrix.DESTINATION, 'watchOS') }} # watchOS Simulator is too slow on GitHub-hosted Runners, expectation-related tests are flaky
run: xcodebuild test -scheme ${{ env.SCHEME }} -destination '${{ matrix.DESTINATION }}'

# This allows us to have a branch protection rule for tests and deploys with matrix
Expand Down

0 comments on commit 385158b

Please sign in to comment.