Skip to content

Commit

Permalink
Update ios-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb authored Dec 7, 2023
1 parent 2f6586e commit 78430cd
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ios-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,3 @@ jobs:
- name: run_tests
run: ./gradlew :mpp:testUIKit --info

unit-tests-2:
runs-on: macos-latest
name: iOS Unit tests on MacOS-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
- name: install Android SDK
run: ./jbdeps/android-sdk/downloadAndroidSdk
- name: run_tests
run: ./gradlew :mpp:testUIKit

0 comments on commit 78430cd

Please sign in to comment.