Skip to content

Commit

Permalink
Fix iOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Feb 10, 2024
1 parent 67bd503 commit 7dfbcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}

- name: Run Checks
run: ./gradlew detekt iosArm64Test
run: ./gradlew check

- name: Upload reports
if: failure()
Expand Down

0 comments on commit 7dfbcb2

Please sign in to comment.