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 committed Dec 7, 2023
1 parent a6ef34e commit 2f6586e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- "jb-main"
- "dima-andrei/ios-tests-on-pr"
- "dima-andrei/ios-tests-on-pr" #TODO remove

concurrency:
group: ${{ github.head_ref || github.run_id }}
Expand All @@ -25,7 +25,7 @@ jobs:
- name: install Android SDK
run: ./jbdeps/android-sdk/downloadAndroidSdk
- name: run_tests
run: ./gradlew :mpp:testUIKit
run: ./gradlew :mpp:testUIKit --info

unit-tests-2:
runs-on: macos-latest
Expand Down

0 comments on commit 2f6586e

Please sign in to comment.