Skip to content

Commit

Permalink
Attempt to fix flaky watchOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylmakalle authored Jul 22, 2023
1 parent 780e278 commit 23e9325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: ./scripts/test.sh macOS

- name: Tests (watchOS)
run: ./scripts/test.sh watchOS-simulator "9.1" "Apple Watch Series 8 (45mm)"
run: ./scripts/test.sh watchOS-simulator "9.1" "Apple Watch Series 8 (45mm)" || ./scripts/test.sh watchOS-simulator "9.1" "Apple Watch Series 8 (45mm)"

- name: Push update
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
files: ${{ env.ARTIFACT_PATH }}
body: "TDLibKit based on TDLib-${{ env.TDLIB_VERSION }} commit [${{ env.TDLIB_COMMIT }}](${{ env.TDLIB_COMMIT_URL }})"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 23e9325

Please sign in to comment.