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 355938d commit c3099f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ios-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
with:
java-version: '17'
distribution: 'zulu'
- id: run_tests
- name: install Android SDK
run: ./jbdeps/android-sdk/downloadAndroidSdk
- name: run_tests
run: ./gradlew :mpp:testUIKit

unit-tests-2:
Expand All @@ -35,5 +37,7 @@ jobs:
with:
java-version: '17'
distribution: 'zulu'
- id: run_tests
- name: install Android SDK
run: ./jbdeps/android-sdk/downloadAndroidSdk
- name: run_tests
run: ./gradlew :mpp:testUIKit

0 comments on commit c3099f1

Please sign in to comment.