Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaafanador3 committed Dec 12, 2023
1 parent dc6d53c commit 819dc3d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "master"
env:
XCODE_VERSION: "['15.1']" # '14.1', '14.2', '14.3.1', '15.0.1', '15.1'
PLATFORM: "['ios', 'osx', 'watchos', 'tvos', 'catalyst', visionos]"
PLATFORM: "['ios', 'osx', 'watchos', 'tvos', 'catalyst', visionos']"
BUILD_PLATFORM: "['ios', 'iossimulator', 'osx', 'watchos', 'watchossimulator', 'tvos', 'tvossimulator', 'catalyst']"
DOC_VERSION: '14.3.1'
XCFRAMEWORK_VERSION: '15.0.1'
Expand Down Expand Up @@ -359,10 +359,16 @@ jobs:
with:
name: Carthage.xcframework.zip
path: pkg/Carthage.xcframework.zip
package-all:
runs-on: macos-13
name: Package final release
needs: [create-xcframeworks, prepare]
steps:

test-package-examples:
runs-on: ubuntu-latest
name: Test examples
needs: create-xcframeworks
needs: package-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 819dc3d

Please sign in to comment.