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 2336ed1 commit 8d72c6f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ios-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,20 @@ concurrency:
jobs:
unit-tests:
runs-on: macos-13
name: iOS Unit tests
name: iOS Unit tests on MacOS-13
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
- id: run_tests
run: ./gradlew :mpp:testUIKit

unit-tests-2:
runs-on: macos-latest
name: iOS Unit tests on MacOS-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit 8d72c6f

Please sign in to comment.