Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Dec 13, 2023
1 parent d071895 commit 68befd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
name: Package framework
needs: prepare
strategy:
max-parallel: 10
matrix:
platform: ${{ fromJSON(needs.prepare.outputs.BUILD_PLATFORM_MATRIX) }}
target: [RealmSwift, Realm]
Expand Down Expand Up @@ -454,6 +455,7 @@ jobs:
name: Run installation test
needs: create-final-package
strategy:
max-parallel: 10
matrix:
platform: [ios, osx, watchos, tvos, catalyst]
installation: [cocoapods, spm, carthage]
Expand Down

0 comments on commit 68befd4

Please sign in to comment.