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 e029298 commit 2336ed1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ios-pr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Run Integration Tests
name: iOS Unit tests
on:
pull_request:
push: #todo remove
#push: #todo remove when tests will be completed

concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true

jobs:
unit-tests:
runs-on: macos-latest
name: Run Compose for iOS unit tests
runs-on: macos-13
name: iOS Unit tests
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down

0 comments on commit 2336ed1

Please sign in to comment.