Skip to content

Commit

Permalink
Update RadiantKit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jan 9, 2025
1 parent a0cfc05 commit a91a4c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/RadiantKit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
if: matrix.type
run: >
xcodebuild test
-scheme ${{ env.PACKAGE_NAME }}-Package
-sdk ${{ matrix.type == 'ios' && 'iphonesimulator' || 'watchsimulator' }}
-destination 'platform=${{ matrix.type == 'ios' && 'iOS Simulator' || 'watchOS Simulator' }},name=${{ matrix.deviceName }},OS=${{ matrix.osVersion }}'
-scheme ${{ env.PACKAGE_NAME }}-Package
-sdk ${{ matrix.config.type == 'ios' && 'iphonesimulator' || matrix.config.type == 'watchos' && 'watchsimulator' || 'xrsimulator' }}
-destination 'platform=${{ matrix.config.type == 'ios' && 'iOS Simulator' || matrix.config.type == 'watchos' && 'watchOS Simulator' || 'visionOS Simulator' }},name=${{ matrix.config.deviceName }},OS=${{ matrix.config.osVersion }}'
-enableCodeCoverage YES
build test
Expand Down

0 comments on commit a91a4c0

Please sign in to comment.