File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,11 @@ jobs:
4040 - name : Test
4141 env :
4242 scheme : ${{ 'UnitTestApp' }}
43+ test_plan : ${{ 'UnitTestApp_TestPlan_Reduced' }}
4344 platform : ${{ 'iOS Simulator' }}
4445 file_to_build : ${{ 'iOS_SDK/OneSignalSDK/OneSignal.xcodeproj' }}
4546 filetype_parameter : ${{ 'project' }}
4647 run : |
4748 # xcrun xctrace returns via stderr, not the expected stdout (see https://developer.apple.com/forums/thread/663959)
4849 device=`xcrun xctrace list devices 2>&1 | grep -oE 'iPhone.*?[^\(]+' | head -1 | awk '{$1=$1;print}' | sed -e "s/ Simulator$//"`
49- xcodebuild test-without-building -scheme "$scheme" -"$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
50+ xcodebuild test-without-building -scheme "$scheme" -testPlan "$test_plan" - "$filetype_parameter" "$file_to_build" -destination "platform=$platform,name=$device"
You can’t perform that action at this time.
0 commit comments